IMDb for Torrentz

Adds IMDb information to torrent files on Torrentz.

IMDb for Torrentz क्या है?

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

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

screenshot

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

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

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

                        Now also works with HTTPS thanks to https://github.com/sodik82!

Adds IMDb-ratings to search results on all Torrentz-sites.

Using BitTorrent is legal, downloading copyrighted material isn't. Be careful of what you download or face the consequences.

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

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

नाम IMDb for Torrentz IMDb for Torrentz
ID kmickmhkjdjhhehdfehhbhfalalajjng
आधिकारिक URL https://chromewebstore.google.com/detail/imdb-for-torrentz/kmickmhkjdjhhehdfehhbhfalalajjng
विवरण Adds IMDb information to torrent files on Torrentz.
फ़ाइल का आकार 15.64 KB
स्थापना संख्या 438
वर्तमान संस्करण 0.4.1
अंतिम अपडेट 2015-03-18
प्रकाशन तिथि 2015-03-18
रेटिंग 4.67/5 कुल 9 रेटिंग्स
डेवलपर 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\/*"
            ]
        }
    ],
    "description": "Adds IMDb information to torrent files on Torrentz.",
    "manifest_version": 2,
    "name": "IMDb for Torrentz",
    "version": "0.4.1",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/www.omdbapi.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}