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 レビュー |
開発者 | 雪月秋水 |
Eメール | [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", " |