YAAW for Chrome
Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt
什么是YAAW for Chrome?
YAAW for Chrome是由雪月秋水开发的Chrome扩展程序,该扩展的主要功能是“Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt”。
扩展截图
下载YAAW for Chrome扩展crx文件
下载YAAW for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click the YAAW icon, you will get the dashboard. Don't forget to set the JSON-RPC Path. Right click YAAW icon, open options menu. Website whitelist : ignore file size limit, all file download be imported into Aria2c Website blocklist : all file download by browser Download interception feature only use first RPC address. Github: https://github.com/acgotaku/YAAW-for-Chrome
扩展基本信息
名称 | YAAW for Chrome |
ID | dennnbdlpgjgbcjfgaohdahloollfgoc |
官方URL | https://chromewebstore.google.com/detail/yaaw-for-chrome/dennnbdlpgjgbcjfgaohdahloollfgoc |
简介 | Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt |
文件大小 | 204 KB |
安装次数 | 30,209 |
当前版本 | 0.2.3 |
更新时间 | 2020-05-26 |
上架时间 | 2020-05-24 |
评分 | 4.68/5 共95次评分 |
开发者 | 雪月秋水 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "default_locale": "en", "description": "__MSG_description__", "icons": { "32": "images\/logo32.png", "64": "images\/logo64.png", "128": "images\/logo128.png" }, "manifest_version": 2, "browser_action": { "default_icon": "images\/logo32.png" }, "options_page": "options.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "cookies", "notifications", "tabs", "contextMenus", "downloads", " |