ThunderLixianAssistant
Assistant for ThunderLixian to export download links to aria2/aria2-rpc/wget/IDM/Orbit.
Qu'est-ce que ThunderLixianAssistant ?
ThunderLixianAssistant est une extension Chrome développée par https://imchao.net, et sa fonction principale est "Assistant for ThunderLixian to export download links to aria2/aria2-rpc/wget/IDM/Orbit.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ThunderLixianAssistant
Téléchargez les fichiers d'extension ThunderLixianAssistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ThunderLixianAssistant |
ID | eehlmkfpnagoieibahhcghphdbjcdmen |
URL Officiel | https://chromewebstore.google.com/detail/thunderlixianassistant/eehlmkfpnagoieibahhcghphdbjcdmen |
Description | Assistant for ThunderLixian to export download links to aria2/aria2-rpc/wget/IDM/Orbit. |
Taille du Fichier | 58.97 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 0.1.7 |
Dernière Mise à Jour | 2016-12-20 |
Date de Publication | 2016-12-19 |
Évaluation | 4.30/5 Total 194 Évaluations |
Développeur | https://imchao.net |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |