ThunderLixianAssistant

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

ThunderLixianAssistant란 무엇입니까?

ThunderLixianAssistant은(는) https://imchao.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Assistant for ThunderLixian to export download links to aria2/aria2-rpc/wget/IDM/Orbit."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ThunderLixianAssistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}