ThunderLixianAssistant

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

ThunderLixianAssistant क्या है?

ThunderLixianAssistant https://imchao.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Assistant for ThunderLixian to export download links to aria2/aria2-rpc/wget/IDM/Orbit."।

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

screenshot
screenshot
screenshot

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

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

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

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