ThunderLixianAssistant

Assistant for ThunderLixian to export download links to aria2/aria2-rpc/wget/IDM/Orbit.

ThunderLixianAssistantคืออะไร?

ThunderLixianAssistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://imchao.net และคุณลักษณะหลักของมันคือ "Assistant for ThunderLixian to export download links to aria2/aria2-rpc/wget/IDM/Orbit."

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

screenshot
screenshot
screenshot

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

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

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

                        ThunderLixianAssistant make it easier to export download links in ThunderLixian.
It supports aria2/aria2-rpc/wget/IDM/Orbit and also YAAW perfectly.


This project is a wrapper of ThunderLixianExporter.
Thanks to binux(http://binux.me) for ThunderLixianExporter.
Thanks to KeFang(http://fangke.im) for the design of logo.

Opensource:
https://github.com/ohsc/ThunderLixianAssistant
https://github.com/binux/ThunderLixianExporter                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ThunderLixianAssistant ThunderLixianAssistant
ID eehlmkfpnagoieibahhcghphdbjcdmen
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/thunderlixianassistant/eehlmkfpnagoieibahhcghphdbjcdmen
คำอธิบาย Assistant for ThunderLixian to export download links to aria2/aria2-rpc/wget/IDM/Orbit.
ขนาดไฟล์ 58.97 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.1.7
อัปเดตครั้งล่าสุด 2016-12-20
วันที่เผยแพร่ 2016-12-19
คะแนน 4.30/5 รวมทั้งหมด 194 คะแนน
ผู้พัฒนา https://imchao.net
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.7",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "16": "images\/logo16.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dynamic.cloud.vip.xunlei.com\/*",
                "https:\/\/dynamic.cloud.vip.xunlei.com\/*",
                "http:\/\/lixian.vip.xunlei.com\/*"
            ],
            "js": [
                "ThunderLixianExporter\/ThunderLixianExporter.user.js"
            ]
        }
    ]
}