YAAW for Chrome

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

YAAW for Chromeคืออะไร?

YAAW for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 雪月秋水 และคุณลักษณะหลักของมันคือ "Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YAAW for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย YAAW for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}