TorrentSafe
Anonymous bit downloads, just right click the magnet link
Cos'è TorrentSafe?
TorrentSafe è un'estensione di Chrome sviluppata da https://www.torrentsafe.com, e la sua funzione principale è "Anonymous bit downloads, just right click the magnet link".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TorrentSafe
Scarica i file di estensione TorrentSafe 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
Easily add torrent and magnet links to your TorrentSafe.com "My Downloads" torrent cloud storage area. Fast, anonymous, and secure downloads without storage or transfer rate limits. Free users limited to 5 downloads per month. 1. Visit your favorite torrent provider 2. Right click magnet link and select "Download with TorrentSafe" 3. Visit TorrentSafe.com and select "My Downloads" to view and download your torrent files.
Informazioni di Base sull'Estensione
Nome | TorrentSafe |
ID | lokbhemjpeifblfhlmbbojahimbmdmai |
URL Ufficiale | https://chromewebstore.google.com/detail/torrentsafe/lokbhemjpeifblfhlmbbojahimbmdmai |
Descrizione | Anonymous bit downloads, just right click the magnet link |
Dimensione del File | 31.53 KB |
Conteggio Installazioni | 7,302 |
Versione Corrente | 0.0.6 |
Ultimo Aggiornamento | 2022-06-25 |
Data di Pubblicazione | 2016-11-28 |
Valutazione | 4.15/5 Totale 33 Valutazioni |
Sviluppatore | https://www.torrentsafe.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.torrentsafe.com/ |
URL della Pagina della Politica sulla Privacy | https://www.torrentsafe.com/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TorrentSafe", "description": "Anonymous bit downloads, just right click the magnet link", "version": "0.0.6", "manifest_version": 3, "default_locale": "en", "host_permissions": [ "https:\/\/www.torrentsafe.com\/" ], "background": { "service_worker": "background.js" }, "permissions": [ "storage", "contextMenus" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" } }, "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "popup.html" ], "matches": [ "https:\/\/*.torrentsafe.com\/*" ] } ] } |