Aria2 Integration Extension chrome extension

Version: 0.3.9
By: z.l
Aria2 Integration Extension
Please Properly setup Aria2 before using this extension. Features - Replace browser default download manager with Aria2 - Add,…
0.00 Based on 0 user rates

What is Aria2 Integration Extension?

Aria2 Integration Extension is a aria2 extension for chrome. it's a free extension , it has 44 active users since released its first version, it earns an average rating of 0.00 from 0 rated user, last update is 538 days ago.


What’s new in version 0.3.9?

                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.

## Scripts

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            

How to install Aria2 Integration Extension?

You could download the latest version crx file or older version files and install it.


Preview of Aria2 Integration Extension


Technical Features:

  • Latest Version: 0.3.9
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Saturday, November 12th, 2022
  • Author: z.l

Aria2 Integration Extension Available languages:

English (United States).


FAQ