Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jae-jae/Camtd
Chrome multi-threaded download manager extension,based on Aria2 and AriaNg. Chrome多线程下载扩展。
https://github.com/jae-jae/Camtd
Last synced: 3 months ago
JSON representation
Chrome multi-threaded download manager extension,based on Aria2 and AriaNg. Chrome多线程下载扩展。
- Host: GitHub
- URL: https://github.com/jae-jae/Camtd
- Owner: jae-jae
- Created: 2018-04-30T16:26:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:29:56.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T21:20:21.532Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.13 MB
- Stars: 946
- Watchers: 28
- Forks: 82
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - jae-jae/Camtd - Chrome multi-threaded download manager extension,based on Aria2 and AriaNg. Chrome多线程下载扩展。 (JavaScript)
README
## 欢迎使用体验更好的下载器 Downow: [https://downow.app/](https://downow.app/?from=github)
![Xnip2018-05-05_12-40-13.jpg](https://cdn.rawgit.com/jae-jae/_resources/master/Xnip2018-05-05_12-40-13.jpg)
[Camtd中文使用教程](https://github.com/jae-jae/Camtd/wiki/Camtd%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B)
# Camtd
Chrome multi-threaded download manager extension,based on Aria2 and AriaNg.> Aria2: [https://aria2.github.io](https://aria2.github.io/)
> AriaNg: [https://github.com/mayswind/AriaNg](https://github.com/mayswind/AriaNg)
# Install
ChromeStore: [https://chrome.google.com/webstore/detail/camtd-aria2-download-mana/lcfobgbcebdnnppciffalfndpdfeence?utm_source=chrome-ntp-icon](https://chrome.google.com/webstore/detail/camtd-aria2-download-mana/lcfobgbcebdnnppciffalfndpdfeence?utm_source=chrome-ntp-icon)
Github: [releases](https://github.com/jae-jae/Camtd/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=` if you are using aria2 1.18.4(or higher) with 'JSON-RPC PATH' like `http://token:secret@hostname:port/jsonrpc`
>
> Set `--rpc-user=` `--rpc-passwd=` if you are using aria2 1.15.2(or higher) with 'JSON-RPC PATH' like `http://username:passwd@hostname:port/jsonrpc`2. Configuration Camtd
![setting.gif](https://cdn.rawgit.com/jae-jae/_resources/master/setting.gif)# Demo
![down.gif](https://cdn.rawgit.com/jae-jae/_resources/master/down.gif)满速下载百度网盘
![pan.gif](https://cdn.rawgit.com/jae-jae/_resources/master/pan.gif)# Building
```
$ 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
```# Building UI
```
$ cd AriaNg
$ yarn
$ bower install# build
$ gulp clean build# starting server
$ gulp serve
```# Changelog
## 1.4 - 2018-05-31
### Fixed
- Ignore all non http/https/ftp/sftp protocols## 1.2 - 2018-05-28
### Fixed
- Fixed filter
- Optimization siderbar
- Optimization status notice## 1.1 - 2018-05-11
### Fixed
- Ignore blob protocol## 1.0 - 2018-05-11
### Fixed
- Error configuration notice## 0.0.8 - 2018-05-10
### Added
- Intercept filter,blacklist and whitelist### Changed
- Remove connect max limit# License
MIT