Firefox Browser Eklentileri
  • Uzantılar
  • Temalar
    • Firefox için
    • Sözlükler ve dil paketleri
    • Diğer tarayıcı siteleri
    • Android eklentileri
Giriş
Aria2 Integration Extension ön izlemesi

Aria2 Integration Extension geliştiren: z.l

Replace built-in download manager with Aria2.

4.8 (18 reviews)4.8 (18 reviews)
19 kullanıcı19 kullanıcı
Bu uzantıyı kullanmak için Firefox’a ihtiyacınız var
Firefox’u indir ve uzantıyı yükle
Dosyayı indir

Uzantı meta verileri

Bu uzantı hakkında
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. (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
  • https://github.com/aria2/aria2
  • https://github.com/mayswind/AriaNg
  • https://github.com/sonnyp/aria2.js/
  • https://github.com/RossWang/Aria2-Integration
18 inceleyiciden 4,8 puan aldı
Bu uzantıya puan vermek için giriş yapın
Henüz hiç puan yok

Puan kaydedildi

5
17
4
0
3
0
2
0
1
1
18 incelemenin hepsini oku
İzinler ve verilerDaha fazla bilgi al

Gerekli izinler:

  • Dosya indirme, tarayıcının indirme geçmişini okuma ve değiştirme
  • Size bildirim gösterme
  • Tarayıcı sekmelerine erişme

İsteğe bağlı izinler:

  • Tüm web sitelerine ait verilerinize erişme
Daha fazla bilgi
Eklenti bağlantıları
  • Destek sitesi
Sürüm
0.5.6
Boyut
1,29 MB
Son güncelleme
bir ay önce (17 Tem 2025)
İlgili kategoriler
  • İndirme Yönetimi
  • Sosyal ve İletişim
Lisans
MIT Lisansı
Sürüm geçmişi
  • Tüm sürümleri göster
Koleksiyona ekle
Bu eklentiyi rapor et
0.5.6 sürüm notları
Do not capture blob url for downloading.
z.l tarafından geliştirilen diğer uzantılar
  • Henüz hiç puan yok

  • Henüz hiç puan yok

  • Henüz hiç puan yok

  • Henüz hiç puan yok

  • Henüz hiç puan yok

  • Henüz hiç puan yok

Mozilla'nın ana sayfasına gidin

Eklentiler

  • Hakkında
  • Firefox Eklentileri Blogu
  • Uzantı Atölyesi
  • Geliştirici Merkezi
  • Geliştirici Politikaları
  • Topluluk Blogu
  • Forum
  • Hata bildir
  • İnceleme rehberi

Tarayıcılar

  • Desktop
  • Mobile
  • Enterprise

Ürünler

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Gizlilik
  • Çerezler
  • Hukuki Bilgiler

Aksi belirtilmedikçe bu sitedeki içerikler Creative Commons Attribution Share-Alike Lisansı v3.0 veya daha yeni sürümüyle lisanslanmıştır.