Aria2-Explorer
Aria2-Explorer copied to clipboard
An aria2 download task management extension for chromium based browser
Aria2 for Chrome [中文]
Aria2 for chrome is an extension that could export URL to Aria2 to complete download and imports AriaNG as built-in management frontend.
How to use
First, download aria2 utility. Second, run it in the terminal (or cmd) with typing "aria2c --enable-rpc". Third, enable auto-capture in the extension options page. The extension will then take over the download leading you to a high-speed download experience.
Features
-
Auto capture browser download tasks
- Capture notification
- Supports magnet links
- Switching auto-capture by shortcut (Default: Alt+A)
- Manually setting all aria2 options before download
- Filter task by the domain, file extensions or file sizes
Filter priority: domain > file-ext > file-size, white-list > black-list
-
Auto select aria2 RPC server by matching the preset download URL pattern
-
Built-in Aria2 front-end AriaNG, multiple present styles: popup, new tab, new window
-
Synchronize and store all settings on the cloud
-
Supports zh-cn/zh-tw/en language
-
Aria2 download state monitor via badge icon
-
Export download tasks by context menu
-
Receive download requests from other extensions
-
Support shortcuts in the options page (Save:Alt+S Reset:Alt+R Download:Alt+J Upload:Alt+U)
-
Auto-Export default RPC setting to AriaNG
Integration
Allow other extensions use this extension as middleware to download file with Aria2.
const downloadItem = {
url: "https://sample.com/image.jpg",
filename: "image_from_sample.jpg",
referrer: "https://sample.com",
options: {
split: "10", // aria2 RPC options here
xxxxx: "oooo"
}
}
chrome.runtime.sendMessage(`Aria2 for Chrome extension ID`, downloadItem)
Installation
Tips & FAQs
https://github.com/alexhua/Aria2-for-chrome/issues?q=label:faq
Privacy policy
This extension just captures chrome download task and related website cookies for the user's specific connecting aria2 to download the network resource. Aria2 connection and config information will be just stored locally or uploaded to user's Google cloud by choice. It will never collect any user's personal data, network activity nor share it to 3rd party.
License
Aria2-for-Chrome is licensed under GNU General Public License Version 3 or later.