Dediseedbox Torrent Uploader
This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui
Dediseedbox Torrent Uploader là gì?
Dediseedbox Torrent Uploader là một tiện ích mở rộng Chrome được phát triển bởi https://dediseedbox.com, và tính năng chính của nó là "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui".
Ả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 Dediseedbox Torrent Uploader
Tải xuống các tệp mở rộng Dediseedbox Torrent Uploader 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dediseedbox Torrent Uploader |
ID | dodambeppkebncgeobibhlfblpifcgpl |
URL Chính Thức | https://chromewebstore.google.com/detail/dediseedbox-torrent-uploa/dodambeppkebncgeobibhlfblpifcgpl |
Mô tả | This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui |
Kích Thước Tệp | 568 KB |
Số Lần Cài Đặt | 357 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2017-02-01 |
Ngày Phát Hành | 2017-02-01 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://dediseedbox.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://dediseedbox.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.2", "name": "Dediseedbox Torrent Uploader", "description": "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui", "permissions": [ "*:\/\/*\/*", "contextMenus", "notifications", "storage", "tabs" ], "background": { "scripts": [ "data\/background.js" ] }, "options_page": "data\/html\/options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "data\/content.js" ], "run_at": "document_end", "all_frames": true } ], "page_action": { "default_icon": "data\/img\/icon16.png" }, "icons": { "16": "data\/img\/icon16.png", "48": "data\/img\/icon48.png", "128": "data\/img\/icon128.png" } } |