TPB IMDB Pirate Bay Search Plugin

Search The Pirate Bay from IMDB.

TPB IMDB Pirate Bay Search Plugin क्या है?

TPB IMDB Pirate Bay Search Plugin evan.palmer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search The Pirate Bay from IMDB."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension lets you search The Pirate Bay directly from IMDB.

It looks at the title and year and gets the top 5 torrents based on number of people seeding it.

When the page loads, you can click on the little Pirate Bay logo to see your download options.

The items in the drop down list will open directly in your torrent client (via magnet links).

If the plug in couldn't find anything, you'll see a little skull and crossbones that signifies my personal, deep apology to you, the user.

Wanna make it better:

https://github.com/EvanPalmer/TpbImdbSearch/                    

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

नाम TPB IMDB Pirate Bay Search Plugin TPB IMDB Pirate Bay Search Plugin
ID balopjhbkeaphbdgegdgeckdjhoaencd
आधिकारिक URL https://chrome.google.com/webstore/detail/tpb-imdb-pirate-bay-searc/balopjhbkeaphbdgegdgeckdjhoaencd
विवरण Search The Pirate Bay from IMDB.
फ़ाइल का आकार 2.04 MB
स्थापना संख्या 337
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2014-12-13
प्रकाशन तिथि 2014-12-13
रेटिंग 3.32/5 कुल 19 रेटिंग्स
डेवलपर evan.palmer
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://evanjpalmer.wordpress.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TPB IMDB Pirate Bay Search Plugin",
    "version": "0.0.7",
    "description": "Search The Pirate Bay from IMDB.",
    "permissions": [
        "tabs",
        "http:\/\/*.thepiratebay.cr\/",
        "http:\/\/thepiratebay.cr\/"
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "web_accessible_resources": [
        "images\/ajax-loader.gif",
        "images\/logo.gif",
        "images\/logo-not-found.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.imdb.com\/*",
                "https:\/\/www.imdb.com\/*"
            ],
            "css": [
                "bootstrap\/css\/bootstrap.css"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "tpbImdbPirateBaySearch.plugin.js",
                "contentscript_imdb.js"
            ]
        }
    ]
}