Aria2 Integration Extension
Please Properly setup Aria2 before using this extension. Features - Replace browser default download manager with Aria2 - Add,…
As of June 2026, Aria2 Integration Extension has 253 users and a 5.00/5 rating from 2 reviews in the Workflow & Planning category.
Usersup 24.6 percent+24.6%
253
253
Ratingno change0%
5.00
2 reviews
Reviewsno change0%
2
Version
0.7.0
Manifest V3
90-day change · In the last 90 days this extension 1 version update.
History
9 snapshotsTracking since Apr 19, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 19, 2026 | 203 | 5.00 | 2 | 0.6.0 |
| Apr 28, 2026 | 191 | 5.00 | 2 | 0.6.0 |
| May 6, 2026 | 211 | 5.00 | 2 | 0.7.0 |
| May 11, 2026 | 197 | 5.00 | 2 | 0.7.0 |
| May 17, 2026 | 213 | 5.00 | 2 | 0.7.0 |
| May 23, 2026 | 227 | 5.00 | 2 | 0.7.0 |
| May 30, 2026 | 224 | 5.00 | 2 | 0.7.0 |
| Jun 5, 2026 | 207 | 5.00 | 2 | 0.7.0 |
| Jun 12, 2026 | 215 | 5.00 | 2 | 0.7.0 |
| Now | 253 | 5.00 | 2 | 0.7.0 |
Permissions & access
- Permissions
- tabscontextMenusnotificationsstoragedownloads
- Host access
- <all_urls>
Screenshots
About
Please Properly setup Aria2 before using this extension.
Features
- Replace browser default download manager with Aria2
- Add, start, pause and stop jobs in extension tab
- Trigger download with right click context menu
- Allow more operations with integrated AriaNg
- Custom configuration allows instance other than default aria2 domains & ports
- Third party scripts support, allow user to add scripts using integrated editor. (Remove since 0.5.0)
## Scripts
>This feature is removed after **0.5.0** due to manifest 3 does not allow arbitrary code execution per [guideline](https://developer.chrome.com/docs/extensions/develop/migrate/improve-security).
The new script extension allows user to download certain resources on websites without going into page source manually.
### Example
```
(async function (url) {
'use strict';
try {
const res = await fetch(url);
if (res.ok) {
const data = await res.text();
const parser = new DOMParser();
const doc = parser.parseFromString(data, "text/html");
const matches = doc.querySelector("<SOME-QUERY-SELECTOR>");
return matches.src;
}
} catch (error) {
console.error(error);
}
})();
```
<p>
With the input url as a parameter, user should be able to implement scripts utilize xPath or query selector to find out media sources or batch images on define domains
and download all automatically in batch.
</p>
Submit Issues
Please submit issues if you encounter any problems here (https://github.com/zluo01/aria2-extension/issues)
Reference
- https://github.com/aria2/aria2
- https://github.com/mayswind/AriaNg
- https://github.com/sonnyp/aria2.js/
- https://github.com/RossWang/Aria2-IntegrationTechnical
- Version
- 0.7.0
- Manifest
- V3
- Size
- 895KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- chehmbmmchaagpilhabnocngnmjllgfi
- Developer ID
- uf9529070df3eed2488265418e1a28c2b
- Developer Email
- [email protected]
- Created
- Jun 16, 2021
- Last Updated (Store)
- Apr 25, 2026
- Last Scraped
- Jun 12, 2026
- Website
- —
- Privacy Policy
- —
Similar extensions
Alternatives to Aria2 Integration Extension, ranked by description similarity.
ScriptCat Beta
Everything can be scripted, allowing your browser to do more!
5.0K
★ 4.5
ScriptCat
Everything can be scripted, allowing your browser to do more!
100.0K
★ 4.5
ScriptAutoRunner3
Create and autorun custom scripts on any website. Works with Manifest V3.
324
ArrowDL - Arrow Downloader
The easy way to download images, torrents, videos and music, from any website
3.0K
★ 2.4
Sanqian
AI-powered browser automation, connected to Sanqian Agent Hub.
15
Download Station (client for Synology NAS)
A basic synology download station client chrome extension
20.0K
★ 3.9
Scripty - Javascript Injector
Inject your Javascript into the webpage
20.0K
★ 3.8
Multi AI Sidebar
Access to all AI apps like OpenAI ChatGPT, Bing AI, Microsoft Copilot, Google Gemini and more in a single Sidebar. Get the best AI.
3.0K
★ 4.0
Data sourced from the Chrome Web Store · last verified Jun 12, 2026.