Torrentdrive
Add url magnet and url .torrent to Torrentdrive
Cos'è Torrentdrive?
Torrentdrive è un'estensione di Chrome sviluppata da https://torrentdrive.io, e la sua funzione principale è "Add url magnet and url .torrent to Torrentdrive".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Torrentdrive
Scarica i file di estensione Torrentdrive 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
This extension allows you to add magnet links or .torrent links directly to the transfer page. And Torrentdrive also allows you: - Download your torrents from our cloud server. - Automatic virus scanning. - Automatic encoding and streaming on all your devices. - Organize and share your torrent in collections with your friends. - Informations of movies and tv shows integrated. - Integrated torrents search engine. Registration is free.
Informazioni di Base sull'Estensione
Nome | |
ID | openfjjdaedlpleplkhlkdhajpicokbb |
URL Ufficiale | https://chrome.google.com/webstore/detail/torrentdrive/openfjjdaedlpleplkhlkdhajpicokbb |
Descrizione | Add url magnet and url .torrent to Torrentdrive |
Dimensione del File | 6.51 KB |
Conteggio Installazioni | 377 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2019-09-02 |
Data di Pubblicazione | 2019-09-02 |
Valutazione | 2.00/5 Totale 4 Valutazioni |
Sviluppatore | https://torrentdrive.io |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://torrentdrive.io/page/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Torrentdrive", "description": "Add url magnet and url .torrent to Torrentdrive", "version": "1.3", "permissions": [ "contextMenus", "downloads" ], "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-bitty.png" }, "manifest_version": 2 } |