YAAW for Chrome

Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt

Qu'est-ce que YAAW for Chrome ?

YAAW for Chrome est une extension Chrome développée par 雪月秋水, et sa fonction principale est "Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YAAW for Chrome

Téléchargez les fichiers d'extension YAAW for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom YAAW for Chrome YAAW for Chrome
ID dennnbdlpgjgbcjfgaohdahloollfgoc
URL Officiel https://chromewebstore.google.com/detail/yaaw-for-chrome/dennnbdlpgjgbcjfgaohdahloollfgoc
Description Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt
Taille du Fichier 204 KB
Nombre d'Installations 30,209
Version Actuelle 0.2.3
Dernière Mise à Jour 2020-05-26
Date de Publication 2020-05-24
Évaluation 4.68/5 Total 95 Évaluations
Développeur 雪月秋水
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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",
        "",
        "storage"
    ],
    "name": "__MSG_appName__",
    "version": "0.2.3"
}