TorrentSafe

Anonymous bit downloads, just right click the magnet link

¿Qué es TorrentSafe?

TorrentSafe es una extensión de Chrome desarrollada por https://www.torrentsafe.com, y su función principal es "Anonymous bit downloads, just right click the magnet link".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión TorrentSafe

Descarga archivos de extensión TorrentSafe en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre TorrentSafe TorrentSafe
ID lokbhemjpeifblfhlmbbojahimbmdmai
URL Oficial https://chromewebstore.google.com/detail/torrentsafe/lokbhemjpeifblfhlmbbojahimbmdmai
Descripción Anonymous bit downloads, just right click the magnet link
Tamaño del Archivo 31.53 KB
Cantidad de Instalaciones 7,302
Versión Actual 0.0.6
Última Actualización 2022-06-25
Fecha de Publicación 2016-11-28
Calificación 4.15/5 Total de 33 Calificaciones
Desarrollador https://www.torrentsafe.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.torrentsafe.com/
URL de la Página de Política de Privacidad https://www.torrentsafe.com/privacy.html
Idiomas Soportados 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\/*"
            ]
        }
    ]
}