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?
Dediseedbox Torrent Uploader是由https://dediseedbox.com開發的Chrome擴展程式,該擴展的主要功能是“This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui”。
擴展截圖
下載Dediseedbox Torrent Uploader擴展crx文件
下載Dediseedbox Torrent Uploader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Dediseedbox Torrent Uploader |
ID | dodambeppkebncgeobibhlfblpifcgpl |
官方網址 | https://chromewebstore.google.com/detail/dediseedbox-torrent-uploa/dodambeppkebncgeobibhlfblpifcgpl |
簡介 | This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui |
檔案大小 | 568 KB |
安裝次數 | 357 |
目前版本 | 0.1.2 |
更新時間 | 2017-02-01 |
上架時間 | 2017-02-01 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://dediseedbox.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://dediseedbox.com |
支援的語言 | 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" } } |