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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" ] } ] } |