Dediseedbox Torrent Uploader
This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui
Cos'è Dediseedbox Torrent Uploader?
Dediseedbox Torrent Uploader è un'estensione di Chrome sviluppata da https://dediseedbox.com, e la sua funzione principale è "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dediseedbox Torrent Uploader
Scarica i file di estensione Dediseedbox Torrent Uploader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | dodambeppkebncgeobibhlfblpifcgpl |
| URL Ufficiale | https://chromewebstore.google.com/detail/dediseedbox-torrent-uploa/dodambeppkebncgeobibhlfblpifcgpl |
| Descrizione | This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui |
| Dimensione del File | 568 KB |
| Conteggio Installazioni | 357 |
| Versione Corrente | 0.1.2 |
| Ultimo Aggiornamento | 2017-02-01 |
| Data di Pubblicazione | 2017-02-01 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://dediseedbox.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://dediseedbox.com |
| Lingue Supportate | 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"
}
} | |