A minimalist Aria2 download status indicator that displays or cancels current tasks, adds links as Aria2 download tasks without any permissions, and has no other features.
- Displays the number of currently downloading or seeding tasks on the icon
- Shows information about currently downloading or seeding tasks in a popup page
- Cancels download tasks
- Adds an option to "Send to Aria2" in the right-click menu for links
This extension cannot intercept browser download tasks. Additionally, you need to run Aria2 on your computer for it to work properly.
- Clone the repository
- Run
npm install
- Run
npm run dev
- Load the extension at
/dist
in Chrome after HMR - Run
npm run build
to build the extension