欢迎使用体验更好的下载器 Downow: https://downow.app/
Chrome multi-threaded download manager extension,based on Aria2 and AriaNg.
Aria2: https://aria2.github.io
Github: releases
- Run aria2 with RPC enabled
aria2c --enable-rpc --rpc-listen-all=true --rpc-allow-origin-all
with 'JSON-RPC PATH' likehttp://hostname:port/jsonrpc
Recommend: Set
--rpc-secret=<secret>
if you are using aria2 1.18.4(or higher) with 'JSON-RPC PATH' likehttp://token:secret@hostname:port/jsonrpc
Set
--rpc-user=<username>
--rpc-passwd=<passwd>
if you are using aria2 1.15.2(or higher) with 'JSON-RPC PATH' likehttp://username:passwd@hostname:port/jsonrpc
$ yarn
# Transform updated source written by ES2015 (default option)
$ gulp babel
$ bower install
# or Using watch to update source continuously
$ gulp watch
# Make a production version extension
$ gulp build
$ cd AriaNg
$ yarn
$ bower install
# build
$ gulp clean build
# starting server
$ gulp serve
- Ignore all non http/https/ftp/sftp protocols
- Fixed filter
- Optimization siderbar
- Optimization status notice
- Ignore blob protocol
- Error configuration notice
- Intercept filter,blacklist and whitelist
- Remove connect max limit
MIT