Dediseedbox Torrent Uploader
This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui
¿Qué es Dediseedbox Torrent Uploader?
Dediseedbox Torrent Uploader es una extensión de Chrome desarrollada por https://dediseedbox.com, y su función principal es "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Dediseedbox Torrent Uploader
Descarga archivos de extensión Dediseedbox Torrent Uploader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
Nombre | Dediseedbox Torrent Uploader |
ID | dodambeppkebncgeobibhlfblpifcgpl |
URL Oficial | https://chromewebstore.google.com/detail/dediseedbox-torrent-uploa/dodambeppkebncgeobibhlfblpifcgpl |
Descripción | This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui |
Tamaño del Archivo | 568 KB |
Cantidad de Instalaciones | 357 |
Versión Actual | 0.1.2 |
Última Actualización | 2017-02-01 |
Fecha de Publicación | 2017-02-01 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://dediseedbox.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://dediseedbox.com |
Idiomas Soportados | 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" } } |