YAAW for Chrome

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

YAAW for Chrome là gì?

YAAW for Chrome là một tiện ích mở rộng Chrome được phát triển bởi 雪月秋水, và tính năng chính của nó là "Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YAAW for Chrome

Tải xuống các tệp mở rộng YAAW for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YAAW for Chrome YAAW for Chrome
ID dennnbdlpgjgbcjfgaohdahloollfgoc
URL Chính Thức https://chromewebstore.google.com/detail/yaaw-for-chrome/dennnbdlpgjgbcjfgaohdahloollfgoc
Mô tả Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt
Kích Thước Tệp 204 KB
Số Lần Cài Đặt 30,209
Phiên Bản Hiện Tại 0.2.3
Cập Nhật Lần Cuối 2020-05-26
Ngày Phát Hành 2020-05-24
Đánh Giá 4.68/5 Tổng số 95 Đánh Giá
Nhà Phát Triển 雪月秋水
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}