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 snapshots

Tracking since Apr 19, 2026.

257.96222186.04Apr 19, 2026Jun 12, 2026
View as table
DateUsersRatingReviewsVersion
Apr 19, 20262035.0020.6.0
Apr 28, 20261915.0020.6.0
May 6, 20262115.0020.7.0
May 11, 20261975.0020.7.0
May 17, 20262135.0020.7.0
May 23, 20262275.0020.7.0
May 30, 20262245.0020.7.0
Jun 5, 20262075.0020.7.0
Jun 12, 20262155.0020.7.0
Now2535.0020.7.0

Permissions & access

Permissions
tabscontextMenusnotificationsstoragedownloads
Host access
<all_urls>

Screenshots

Aria2 Integration Extension screenshot 1Aria2 Integration Extension screenshot 2Aria2 Integration Extension screenshot 3Aria2 Integration Extension screenshot 4Aria2 Integration Extension screenshot 5

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-Integration

Technical

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.

Data sourced from the Chrome Web Store · last verified Jun 12, 2026.