Skip to content

alexhua/Aria2-Explorer

 
 

Repository files navigation

Aria2 for Edge [中文]

Aria2 for Edge is an extension that could export URLs to Aria2 to complete downloads and imports AriaNG as a built-in management frontend.

📑How to use

Procedures:

  1. Download Aria2 utility: Download Aria2
  2. Run it in the terminal (or cmd) with typing aria2c --enable-rpc.
  3. Install extension from web store.
  4. Enable 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.

⭐ Features

  1. Auto capture browser download tasks

    • Capture notification
    • Support magnet links
    • Toggle auto-capture by shortcut (Default: Alt+A)
    • Set all Aria2 options manually before download
    • Filter task by the domain, file extensions or file sizes

    Filter priority: domain > file-ext > file-size, white-list > black-list

  2. Auto-select Aria2 RPC server by matching the preset download URL pattern

  3. Built-in Aria2 frontend: AriaNG, multiple present styles: popup, new tab, new window

  4. Synchronize and store all settings on the cloud

  5. Support for zh-CN/zh-TW/en languages

  6. Monitor Aria2 download status via icon badge

  7. Export download tasks from context menu

  8. Receive download requests from other extensions

  9. Support shortcuts in the options page (Save:Alt+S Reset:Alt+R Download:Alt+J Upload:Alt+U)

  10. Auto-Export the default RPC setting to AriaNG

🪢 Integration

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 Edge extension ID`, downloadItem)

🔗 Installation

💡 Tips & FAQs

https://github.com/alexhua/aria2-for-chrome/issues?q=label:faq

🔒 Privacy policy

This extension just captures Edge 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 Microsoft Cloud by choice. It will never collect any personal data or network activity from the user, nor will it share with 3rd parties.

📜 License

GPLv3

Aria2-for-Edge is licensed under GNU General Public License Version 3 or later.