Aria2 Explorer [中文]
Aria2 Explorer is an extension that could export URLs to Aria2 to complete downloads and imports AriaNG as a built-in management frontend.
Procedures:
- For Windows, please download . Other platform, please download Aria2 utility:
- For Windows, please run Aria2Manager.exe. Other platform, please run Aria2 in the Terminal with typing
aria2c --enable-rpc
. - Install extension from web store.
- Enable
auto-capture
on the extension options page and configure others as you need.
After completing these steps, the extension will take over the download process, leading you to a high-speed download experience.
-
Auto capture browser download tasks
- Capture notification
- Support magnet links
- Toggle auto-capture by shortcut (Default: Alt+A)
- Configure each Aria2 option manually before download
- Filter intercepted 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 and download location by matching downloading URL with preset URL pattern
-
Built-in Aria2 frontend: AriaNG Enhanced Version. Multiple present styles: popup, new tab, new window, side panel
-
Synchronize and store all the settings (extension and AriaNG) on the cloud
-
Support for zh-CN/zh-TW/en languages
-
Monitor Aria2 download status via extension badge icon
-
Batch export webpage resources (Image·Audio·Video·Magnet) links from context menu
-
Receive Aria2 download requests from other extensions
-
Support shortcuts in the options page (Save:Alt+S Reset:Alt+R Download:Alt+J Upload:Alt+U)
-
Support downloading URLs via browser automatically if aria2 is disconnected
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-Explorer extension ID`, downloadItem)
https://github.com/alexhua/aria2-explorer/issues?q=label:faq
This extension just captures download tasks and related website cookies from the user's browser for the purpose of connecting to the user's Aria2 server to download the network resources. Any connection and configuration information for Aria2 will be stored locally or can be optionally uploaded to the user's logged-in cloud. This extension does not collect any personal data or network activity from the user, nor will it share any such data with 3rd parties.
Aria2-Explorer is licensed under BSD 3-Clause License.