TorrentSafe

Anonymous bit downloads, just right click the magnet link

What is TorrentSafe?

TorrentSafe is a Chrome extension developed by https://www.torrentsafe.com, and its main feature is "Anonymous bit downloads, just right click the magnet link".

Extension Screenshots

screenshot
screenshot

Download TorrentSafe Extension CRX File

Download TorrentSafe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TorrentSafe TorrentSafe
ID lokbhemjpeifblfhlmbbojahimbmdmai
Official URL https://chromewebstore.google.com/detail/torrentsafe/lokbhemjpeifblfhlmbbojahimbmdmai
Description Anonymous bit downloads, just right click the magnet link
File Size 31.53 KB
Installation Count 7,302
Current Version 0.0.6
Last Updated 2022-06-25
Publish Date 2016-11-28
Rating 4.15/5 Total 33 Ratings
Developer https://www.torrentsafe.com
Email [email protected]
Payment Type free
Extension Website https://www.torrentsafe.com/
Privacy Policy Page URL https://www.torrentsafe.com/privacy.html
Supported Languages 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\/*"
            ]
        }
    ]
}