TorrentSafe

Anonymous bit downloads, just right click the magnet link

Qu'est-ce que TorrentSafe ?

TorrentSafe est une extension Chrome développée par https://www.torrentsafe.com, et sa fonction principale est "Anonymous bit downloads, just right click the magnet link".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TorrentSafe

Téléchargez les fichiers d'extension TorrentSafe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TorrentSafe TorrentSafe
ID lokbhemjpeifblfhlmbbojahimbmdmai
URL Officiel https://chromewebstore.google.com/detail/torrentsafe/lokbhemjpeifblfhlmbbojahimbmdmai
Description Anonymous bit downloads, just right click the magnet link
Taille du Fichier 31.53 KB
Nombre d'Installations 7,302
Version Actuelle 0.0.6
Dernière Mise à Jour 2022-06-25
Date de Publication 2016-11-28
Évaluation 4.15/5 Total 33 Évaluations
Développeur https://www.torrentsafe.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.torrentsafe.com/
URL de la Page de Politique de Confidentialité https://www.torrentsafe.com/privacy.html
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}