A Chrome extension that allows you to easily send download links to Aria2 for faster and more efficient downloads. Manage your downloads with Aria2 directly from your browser.
- Send download links directly from Chrome to Aria2 via RPC.
- Configurable Aria2 RPC URL and secret.
- Works seamlessly with download links across websites.
- Simple and intuitive user interface for configuration and operation.
- Download or clone this repository to your local machine.
- Open Chrome and go to the extensions page by navigating to
chrome://extensions/
. - Enable Developer mode in the top right corner.
- Click on Load unpacked and select the folder containing the extension files.
- The extension will now be installed and ready to use.
- Click the extension icon in the Chrome toolbar to open the popup.
- Enter your Aria2 RPC URL and (optionally) the secret in the configuration section.
- Once the configuration is set, you can click on download links in your browser, and they will be sent directly to Aria2 for downloading.
- Fork the repository.
- Create a new branch (
git checkout -b feature-name
). - Commit your changes (
git commit -am 'Add feature'
). - Push to the branch (
git push origin feature-name
). - Create a new Pull Request.
- Aria2 - For the awesome download management tool.
- WebUI-Aria2 - For providing a user-friendly web interface for Aria2.
- Chrome Extensions Documentation - For providing the tools to create this extension.