TorrentSafe

Anonymous bit downloads, just right click the magnet link

TorrentSafe क्या है?

TorrentSafe https://www.torrentsafe.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Anonymous bit downloads, just right click the magnet link"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TorrentSafe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम TorrentSafe TorrentSafe
ID lokbhemjpeifblfhlmbbojahimbmdmai
आधिकारिक URL https://chromewebstore.google.com/detail/torrentsafe/lokbhemjpeifblfhlmbbojahimbmdmai
विवरण Anonymous bit downloads, just right click the magnet link
फ़ाइल का आकार 31.53 KB
स्थापना संख्या 7,302
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2022-06-25
प्रकाशन तिथि 2016-11-28
रेटिंग 4.15/5 कुल 33 रेटिंग्स
डेवलपर https://www.torrentsafe.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.torrentsafe.com/
गोपनीयता नीति पृष्ठ URL https://www.torrentsafe.com/privacy.html
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}