YAAW for Chrome
Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt
Vad är YAAW for Chrome?
YAAW for Chrome är en Chrome-tillägg utvecklad av 雪月秋水, och dess huvudfunktion är "Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt".
Tilläggsskärmbilder
Ladda ner YAAW for Chrome-förlängningens CRX-fil
Ladda ner YAAW for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | YAAW for Chrome |
ID | dennnbdlpgjgbcjfgaohdahloollfgoc |
Officiell webbadress | https://chromewebstore.google.com/detail/yaaw-for-chrome/dennnbdlpgjgbcjfgaohdahloollfgoc |
Beskrivning | Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt |
Filstorlek | 204 KB |
Antal Installationer | 30,209 |
Aktuell Version | 0.2.3 |
Senast Uppdaterad | 2020-05-26 |
Publiceringsdatum | 2020-05-24 |
Betyg | 4.68/5 Totalt 95 Betyg |
Utvecklare | 雪月秋水 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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", " |