Firefox ブラウザーアドオン
  • 拡張機能
  • テーマ
    • Firefox 向け
    • スペルチェック辞書と言語パック
    • 他のブラウザーサイト
    • Android 向けアドオン
ログイン
Aria2 Integration Extension のプレビュー

Aria2 Integration Extension 作成者: z.l

Replace built-in download manager with Aria2.

4.8 (18 reviews)4.8 (18 reviews)
16 Users16 Users
この拡張機能を使用するには Firefox が必要です
Firefox をダウンロードして拡張機能を入手する
ファイルをダウンロード

拡張機能メタデータ

この拡張機能について
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
Rated 4.8 by 18 reviewers
ログインしてこの拡張機能を評価
まだ評価されていません

星の評価を保存しました

5
17
4
0
3
0
2
0
1
1
すべてのレビュー (18) を読む
Permissions and data詳細情報

必要な権限:

  • ファイルのダウンロードおよびブラウザーのダウンロード履歴の読み取りと変更
  • 通知の表示
  • ブラウザーのタブへのアクセス

任意の許可設定:

  • すべてのウェブサイトの保存されたデータへのアクセス
詳しい情報
アドオンリンク
  • サポートサイト
バージョン
0.5.6
サイズ
1.29 MB
最終更新日
2ヶ月前 (2025年7月17日)
関連カテゴリー
  • ダウンロード管理
  • 情報共有/コミュニケーション
ライセンス
MIT License
バージョン履歴
  • すべてのバージョンを見る
コレクションへ追加
このアドオンを報告
0.5.6 のリリースノート
Do not capture blob url for downloading.
z.l が公開している他の拡張機能
  • まだ評価されていません

  • まだ評価されていません

  • まだ評価されていません

  • まだ評価されていません

  • まだ評価されていません

  • まだ評価されていません

Mozilla のホームページへ

アドオン

  • このサイトについて
  • Firefox アドオンブログ
  • 拡張機能ワークショップ
  • 開発者センター
  • 開発者ポリシー
  • コミュニティブログ
  • フォーラム
  • バグを報告
  • レビューガイド

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。