Magnet Links for Torrentz

Adds magnet links to torrent files on Torrentz.

Magnet Links for Torrentz क्या है?

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

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

screenshot
screenshot

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

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

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

                        Adds magnet links to torrents on the Torrentz 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, altough the link will also work without them. On single pages trackers are added instantly.

The extension works on all official Torrentz-sites but not on proxies. Supporting proxies is under consideration.

It's written in vanilla JavaScript and is over six times smaller in size than its rivals.

GitHub: https://github.com/bodyflex/torrentz-magnet                    

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

नाम Magnet Links for Torrentz Magnet Links for Torrentz
ID pgmaidhfoodebfiocgananbdfnankehm
आधिकारिक URL https://chromewebstore.google.com/detail/magnet-links-for-torrentz/pgmaidhfoodebfiocgananbdfnankehm
विवरण Adds magnet links to torrent files on Torrentz.
फ़ाइल का आकार 8.78 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.9.2
अंतिम अपडेट 2015-03-18
प्रकाशन तिथि 2015-03-18
रेटिंग 3.75/5 कुल 88 रेटिंग्स
डेवलपर bodyflex
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/torrentz.eu\/*",
                "*:\/\/torrentz.ch\/*",
                "*:\/\/torrentz.me\/*",
                "*:\/\/torrentz.in\/*",
                "*:\/\/torrentz.com\/*"
            ]
        }
    ],
    "description": "Adds magnet links to torrent files on Torrentz.",
    "manifest_version": 2,
    "name": "Magnet Links for Torrentz",
    "version": "0.9.2",
    "web_accessible_resources": [
        "icon16.png"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}