
Aria2 Integration Extension nga z.l
Replace built-in download manager with Aria2.
Që të përdorni këtë zgjerim, ju duhet Firefox-i
Tejtëdhëna Zgjerimi
Rreth këtij zgjerimi
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
Vlerësoni rastin tuaj
LejeMësoni më tepër
Kjo shtesë ka nevojë për:
- Të shkarkojë kartela dhe të lexojë dhe ndryshojë historikun e shkarkimeve të shfletuesit
- Të shfaqë njoftime për ju
- Të hyjë në skeda të shfletuesit
Kjo shtesë mund të kërkojë edhe:
- Të hyjë në të dhënat tuaja për krejt sajtet
Më tepër të dhëna
- Lidhje shtese
- Version
- 0.5.2
- Madhësi
- 1,11 MB
- Përditësuar së fundi më
- 7 muaj më parë (27 Tet 2024)
- Kategori të Afërta
- Licencë
- Licencë MIT
- Historik Versionesh
Shtojeni në koleksion
Shënime hedhjeje në qarkullim për 0.5.2
Add support to download magnet directly with hash string.
Më tepër zgjerime nga z.l
- Ende pa vlerësime
- Ende pa vlerësime
- Ende pa vlerësime
- Ende pa vlerësime
- Ende pa vlerësime
- Ende pa vlerësime