ThunderLixianAssistant
Assistant for ThunderLixian to export download links to aria2/aria2-rpc/wget/IDM/Orbit.
ThunderLixianAssistant là gì?
ThunderLixianAssistant là một tiện ích mở rộng Chrome được phát triển bởi https://imchao.net, và tính năng chính của nó là "Assistant for ThunderLixian to export download links to aria2/aria2-rpc/wget/IDM/Orbit.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ThunderLixianAssistant
Tải xuống các tệp mở rộng ThunderLixianAssistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ThunderLixianAssistant |
ID | eehlmkfpnagoieibahhcghphdbjcdmen |
URL Chính Thức | https://chromewebstore.google.com/detail/thunderlixianassistant/eehlmkfpnagoieibahhcghphdbjcdmen |
Mô tả | Assistant for ThunderLixian to export download links to aria2/aria2-rpc/wget/IDM/Orbit. |
Kích Thước Tệp | 58.97 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 0.1.7 |
Cập Nhật Lần Cuối | 2016-12-20 |
Ngày Phát Hành | 2016-12-19 |
Đánh Giá | 4.30/5 Tổng số 194 Đánh Giá |
Nhà Phát Triển | https://imchao.net |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |