An aria2 download task management extension for chromium based browser
Aria2 for Chrome is an extension that could export URLs to Aria2 to complete downloads and imports AriaNG as a built-in management frontend.
Procedures:
aria2c --enable-rpc
.auto-capture
on the extension options page and configure others as you need.After these steps, the extension will then take over the download, leading you to a high-speed download experience.
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 frontend: AriaNG, multiple present styles: popup, new tab, new window
Synchronize and store all settings on the cloud
Support for zh-CN/zh-TW/en languages
Monitor Aria2 download status via icon badge
Export download tasks from 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)
Allow other extensions to use this extension as middleware to download files 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)
https://github.com/alexhua/aria2-for-chrome/issues?q=label:faq
This extension just captures Chrome download tasks and related website cookies for the purpose of the user’s specific connecting aria2 to download the network resources. Aria2 connections and config information will be only stored locally or uploaded to the user’s Google Cloud by choice. It will never collect any personal data or network activity from the user, nor will it share with 3rd parties.
Aria2-for-Chrome is licensed under GNU General Public License Version 3 or later.