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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dediseedbox Torrent Uploader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | Dediseedbox Torrent Uploader |
ID | dodambeppkebncgeobibhlfblpifcgpl |
आधिकारिक URL | 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" } } |