Camtd - Chrome 多线程下载管理器插件,可满速下载百度网盘文件

3,125 阅读1分钟
原文链接: github.com

Xnip2018-05-05_12-40-13.jpg

Camtd中文使用教程

Chrome multi-threaded download manager extension,based on Aria2 and AriaNg.

Aria2: aria2.github.io

AriaNg: github.com/mayswind/Ar…

Install

ChromeStore: chrome.google.com/webstore/de…

Github: releases

Usage

  1. Run aria2 with RPC enabled

aria2c --enable-rpc --rpc-listen-all=true --rpc-allow-origin-all with 'JSON-RPC PATH' like http://hostname:port/jsonrpc

Recommend: Set --rpc-secret=<secret> if you are using aria2 1.18.4(or higher) with 'JSON-RPC PATH' like http://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' like http://username:passwd@hostname:port/jsonrpc

  1. Configuration Camtd setting.gif

Demo

down.gif

满速下载百度�网盘 pan.gif

Building

$ yarn

# Transform updated source written by ES2015 (default option)
$ gulp babel

# or Using watch to update source continuously
$ gulp watch

# Make a production version extension
$ gulp build

Building UI

$ cd AriaNg
$ yarn
$ bower install

# build
$ gulp clean build

# starting server
$ gulp serve

License

MIT