YAAW for Chrome

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

O que é YAAW for Chrome?

YAAW for Chrome é uma extensão do Chrome desenvolvida por 雪月秋水, e sua principal característica é "Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão YAAW for Chrome

Baixe arquivos de extensão YAAW for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome YAAW for Chrome YAAW for Chrome
ID dennnbdlpgjgbcjfgaohdahloollfgoc
URL Oficial https://chromewebstore.google.com/detail/yaaw-for-chrome/dennnbdlpgjgbcjfgaohdahloollfgoc
Descrição Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt
Tamanho do Arquivo 204 KB
Contagem de Instalações 30,209
Versão Atual 0.2.3
Última Atualização 2020-05-26
Data de Publicação 2020-05-24
Classificação 4.68/5 Total de 95 Avaliações
Desenvolvedor 雪月秋水
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}