“Aria2 Integration Extension”的产品徽标图片

Aria2 Integration Extension

5.0(

2 个评分

)
扩展程序工作流程与规划177 用户
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

5 星(5 星制)2 个评分

详细了解结果和评价。

详情

  • 版本
    0.6.0
  • 上次更新日期
    2025年12月14日
  • 提供方
    z.l
  • 大小
    1.35MiB
  • 语言
    English (United States)
  • 开发者
    邮箱
    potterx20a@gmail.com
  • 非交易者
    该开发者尚未将自己标识为交易者。欧盟地区消费者须知:消费者权利可能不适用于您与该开发者达成的合约。

隐私权

管理扩展程序并了解它们在组织中的使用情况
该开发者已披露,此产品不会收集或使用您的数据。

该开发者已声明,您的数据:

  • 不会因未获批准的用途出售给第三方
  • 不会为实现与产品核心功能无关的目的而使用或转移
  • 不会为确定信用度或放贷目的而使用或转移

支持

若有任何疑问、建议或问题,请在桌面浏览器中打开此页面

Google 应用