IMDb for the Pirate Bay

Adds IMDb data to movies on Pirate Bay sites.

What is IMDb for the Pirate Bay?

IMDb for the Pirate Bay is a Chrome extension developed by bodyflex, and its main feature is "Adds IMDb data to movies on Pirate Bay sites.".

Download IMDb for the Pirate Bay Extension CRX File

Download IMDb for the Pirate Bay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        UPDATE 27/2/2014: Should now work on all sites including proxies, but some might act dodgy if they have modified the official Pirate Bay code.

TPB's DOUBLE VIEW MODE IS NOT SUPPORTED (YET)!

IMDb for the Pirate Bay adds IMDb data (rating, genre, runtime and release date) to movies listed on Pirate Bay sites.

It uses the OMDb API to fetch the data.

By downloading this extension you agree to only downloading movies legally.                    

Extension Basic Information

Name IMDb for the Pirate Bay IMDb for the Pirate Bay
ID kaicjjdaidcmgnpkmepnmagbcjjmjckc
Official URL https://chrome.google.com/webstore/detail/imdb-for-the-pirate-bay/kaicjjdaidcmgnpkmepnmagbcjjmjckc
Description Adds IMDb data to movies on Pirate Bay sites.
File Size 29.31 KB
Installation Count 123
Current Version 0.41
Last Updated 2014-03-02
Publish Date 2014-03-02
Rating 2.69/5 Total 16 Ratings
Developer bodyflex
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Adds IMDb data to movies on Pirate Bay sites.",
    "manifest_version": 2,
    "name": "IMDb for the Pirate Bay",
    "permissions": [
        "http:\/\/www.omdbapi.com\/*",
        "http:\/\/www.imdb.com\/find*"
    ],
    "version": "0.41",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}