YAAW for Chrome

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

YAAW for Chrome क्या है?

YAAW for Chrome 雪月秋水 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YAAW for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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",
        "",
        "storage"
    ],
    "name": "__MSG_appName__",
    "version": "0.2.3"
}