Magnet Links for Torrentz2

Adds magnet links to torrent files on Torrentz2.

Magnet Links for Torrentz2 क्या है?

Magnet Links for Torrentz2 blahblahblahblha303 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds magnet links to torrent files on Torrentz2."।

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

screenshot

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

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

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

                        Adds magnet links to torrents on the Torrentz2 search engine. Works both on search result pages and single torrent pages.

Note: on a search result page you need to hover over the magnet icon for a moment if you want the link to contain the trackers. When the icon becomes highlighted, it means that the trackers have been added, although the link will also work without them. On single pages trackers are added instantly.

The extension works on Torrentz on the off-chance it comes back, and on Torrentz2.

It's written in vanilla JavaScript and is apparently over six times smaller in size than its rivals according to the author.

Github: https://github.com/blha303/torrentz2-magnet                    

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

नाम Magnet Links for Torrentz2 Magnet Links for Torrentz2
ID hkobljcmoojndbempmmgagaphocpmkni
आधिकारिक URL https://chrome.google.com/webstore/detail/magnet-links-for-torrentz/hkobljcmoojndbempmmgagaphocpmkni
विवरण Adds magnet links to torrent files on Torrentz2.
फ़ाइल का आकार 10.07 KB
स्थापना संख्या 7,819
वर्तमान संस्करण 0.9.5-t2
अंतिम अपडेट 2016-08-24
प्रकाशन तिथि 2016-08-24
रेटिंग 4.60/5 कुल 35 रेटिंग्स
डेवलपर blahblahblahblha303
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://b303.me/chromestoreprivacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/torrentz.eu\/*",
                "*:\/\/torrentz.ch\/*",
                "*:\/\/torrentz.me\/*",
                "*:\/\/torrentz.in\/*",
                "*:\/\/torrentz.com\/*",
                "*:\/\/torrentz2.eu\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Adds magnet links to torrent files on Torrentz2.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Magnet Links for Torrentz2",
    "version": "0.10.5",
    "version_name": "0.9.5-t2",
    "web_accessible_resources": [
        "icon16.png"
    ]
}