TorrentSafe
Anonymous bit downloads, just right click the magnet link
Wat is TorrentSafe?
TorrentSafe is een Chrome-extensie ontwikkeld door https://www.torrentsafe.com, en de belangrijkste functie is "Anonymous bit downloads, just right click the magnet link".
Extensie Screenshots
Download het CRX-bestand van de extensie TorrentSafe
Download TorrentSafe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | TorrentSafe |
ID | lokbhemjpeifblfhlmbbojahimbmdmai |
Officiële URL | https://chromewebstore.google.com/detail/torrentsafe/lokbhemjpeifblfhlmbbojahimbmdmai |
Beschrijving | Anonymous bit downloads, just right click the magnet link |
Bestandsgrootte | 31.53 KB |
Aantal Installaties | 7,302 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2022-06-25 |
Publicatiedatum | 2016-11-28 |
Beoordeling | 4.15/5 Totaal 33 Beoordelingen |
Ontwikkelaar | https://www.torrentsafe.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.torrentsafe.com/ |
URL van de Privacybeleid Pagina | https://www.torrentsafe.com/privacy.html |
Ondersteunde Talen | 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\/*" ] } ] } |