Aria2 Integration Extension
Item logo image for Aria2 Integration Extension

Aria2 Integration Extension

5.0(

1 rating

)
ExtensionWorkflow & Planning117 users
Item media 5 screenshot
Item media 1 screenshot
Item media 2 screenshot
Item media 3 screenshot
Item media 4 screenshot
Item media 5 screenshot
Item media 1 screenshot
Item media 1 screenshot
Item media 2 screenshot
Item media 3 screenshot
Item media 4 screenshot
Item media 5 screenshot

Overview

Please Properly setup Aria2 before using this extension. Features - Replace browser default download manager with Aria2 - Add,…

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

5 out of 51 rating

Google doesn't verify reviews. Learn more about results and reviews.

Review's profile picture

jutochoppaJan 20, 2024

Exactly what I was looking for. Thanks boss!

Details

  • Version
    0.5.1
  • Updated
    February 21, 2024
  • Offered by
    z.l
  • Size
    1.1MiB
  • Languages
    English (United States)
  • Developer
    Email
    potterx20a@gmail.com
  • Non-trader
    This developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.

Privacy

The developer has disclosed that it will not collect or use your data.

This developer declares that your data is

  • Not being sold to third parties, outside of the approved use cases
  • Not being used or transferred for purposes that are unrelated to the item's core functionality
  • Not being used or transferred to determine creditworthiness or for lending purposes

Support

For help with questions, suggestions, or problems, please open this page on your desktop browser

Google apps