Dediseedbox Torrent Uploader
This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui
Co to jest Dediseedbox Torrent Uploader?
Dediseedbox Torrent Uploader to rozszerzenie Chrome opracowane przez https://dediseedbox.com, a jego główną funkcją jest „This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dediseedbox Torrent Uploader
Pobierz pliki rozszerzeń Dediseedbox Torrent Uploader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | Dediseedbox Torrent Uploader |
ID | dodambeppkebncgeobibhlfblpifcgpl |
Oficjalny URL | https://chromewebstore.google.com/detail/dediseedbox-torrent-uploa/dodambeppkebncgeobibhlfblpifcgpl |
Opis | This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui |
Rozmiar pliku | 568 KB |
Liczba instalacji | 357 |
Aktualna Wersja | 0.1.2 |
Ostatnia Aktualizacja | 2017-02-01 |
Data Publikacji | 2017-02-01 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://dediseedbox.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://dediseedbox.com |
Obsługiwane Języki | 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" } } |