TorrentSafe
Anonymous bit downloads, just right click the magnet link
Co to jest TorrentSafe?
TorrentSafe to rozszerzenie Chrome opracowane przez https://www.torrentsafe.com, a jego główną funkcją jest „Anonymous bit downloads, just right click the magnet link”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TorrentSafe
Pobierz pliki rozszerzeń TorrentSafe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | TorrentSafe |
ID | lokbhemjpeifblfhlmbbojahimbmdmai |
Oficjalny URL | https://chromewebstore.google.com/detail/torrentsafe/lokbhemjpeifblfhlmbbojahimbmdmai |
Opis | Anonymous bit downloads, just right click the magnet link |
Rozmiar pliku | 31.53 KB |
Liczba instalacji | 7,302 |
Aktualna Wersja | 0.0.6 |
Ostatnia Aktualizacja | 2022-06-25 |
Data Publikacji | 2016-11-28 |
Ocena | 4.15/5 Łącznie 33 Oceny |
Deweloper | https://www.torrentsafe.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.torrentsafe.com/ |
Adres URL Strony Polityki Prywatności | https://www.torrentsafe.com/privacy.html |
Obsługiwane Języki | 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\/*" ] } ] } |