
Aria2 Integration Extension troch z.l
Replace built-in download manager with Aria2.
19 brûkers19 brûkers
Jo hawwe Firefox nedich om dizze útwreiding te brûken
Metadata útwreiding
Oer dizze útwreiding
Please Properly setup Aria2 before using this extension.
Features
Code example
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. Please use 0.4.x if you need this feature.
Todo
Submit Issues
Please submit issues if you encounter any problems here (https://github.com/zluo01/aria2-extension/issues)
Reference
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. (Removed after 0.5.0, see below)
Code example
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. Please use 0.4.x if you need this feature.
(async function (url) {
'use strict';
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;
}
throw res.statusText;
})();
Todo
- Allow multiple Aria2 instances, currently only support one instance.
- Background job monitor.
Submit Issues
Please submit issues if you encounter any problems here (https://github.com/zluo01/aria2-extension/issues)
Reference
Wurdearre: 4,8 troch 18 beoardielers
Tastimmingen en gegevensMear ynfo
Fereaske machtigingen:
- Bestannen downloade en downloadskiednis fan de browser lêze en oanpasse
- Notifikaasjes werjaan
- Browserljepblêden benaderje
Opsjonele machtigingen:
- Jo gegevens foar alle websites benaderje
Mear ynformaasje
- Add-on-keppelingen
- Ferzje
- 0.5.6
- Grutte
- 1,29 MB
- Lêst bywurke
- 15 dagen lyn (17 jul. 2025)
- Sibbe kategoryen
- Lisinsje
- MIT-lisinsje
- Ferzjeskiednis
- Tafoegje oan kolleksje
Utjefte-opmerkingen foar 0.5.6
Do not capture blob url for downloading.
Mear útwreidingen fan z.l
- Der binne noch gjin wurdearringen
- Der binne noch gjin wurdearringen
- Der binne noch gjin wurdearringen
- Der binne noch gjin wurdearringen
- Der binne noch gjin wurdearringen
- Der binne noch gjin wurdearringen