Aria2 Integration Extension のアイテムロゴ画像

Aria2 Integration Extension

5.0(

2 件の評価

)
拡張機能ワークフローと計画166 ユーザー
Aria2 Integration Extension のアイテム メディア 5 のスクリーンショット
Aria2 Integration Extension のアイテム メディア 1 のスクリーンショット
Aria2 Integration Extension のアイテム メディア 2 のスクリーンショット
Aria2 Integration Extension のアイテム メディア 3 のスクリーンショット
Aria2 Integration Extension のアイテム メディア 4 のスクリーンショット
Aria2 Integration Extension のアイテム メディア 5 のスクリーンショット
Aria2 Integration Extension のアイテム メディア 1 のスクリーンショット
Aria2 Integration Extension のアイテム メディア 1 のスクリーンショット
Aria2 Integration Extension のアイテム メディア 2 のスクリーンショット
Aria2 Integration Extension のアイテム メディア 3 のスクリーンショット
Aria2 Integration Extension のアイテム メディア 4 のスクリーンショット
Aria2 Integration Extension のアイテム メディア 5 のスクリーンショット

概要

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

詳細

  • バージョン
    0.6.0
  • 更新:
    2025年12月14日
  • 提供元
    z.l
  • サイズ
    1.35MiB
  • 言語
    English (United States)
  • デベロッパー
    メール
    potterx20a@gmail.com
  • 非取引業者
    このデベロッパーは取引業者として申告していません。EU 加盟国の消費者とこのデベロッパーとの間に締結された契約には、消費者の権利が適用されません。

プライバシー

拡張機能を管理し、組織での使用状況を確認できます
デベロッパーは、お客様のデータを収集または使用しないことを表明しています。

このデベロッパーは、お客様のデータについて以下を宣言しています

  • 承認されている以外の用途で第三者に販売しないこと
  • アイテムの中心機能と関係のない目的で使用または転送しないこと
  • 信用力を判断する目的または融資目的で使用または転送しないこと

サポート

質問や提案、問題がある場合は、パソコンのブラウザでこのページを開いてください

Google アプリ