IMDb for the Pirate Bay

Adds IMDb data to movies on Pirate Bay sites.

Wat is IMDb for the Pirate Bay?

IMDb for the Pirate Bay is een Chrome-extensie ontwikkeld door bodyflex, en de belangrijkste functie is "Adds IMDb data to movies on Pirate Bay sites.".

Download het CRX-bestand van de extensie IMDb for the Pirate Bay

Download IMDb for the Pirate Bay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam IMDb for the Pirate Bay IMDb for the Pirate Bay
ID kaicjjdaidcmgnpkmepnmagbcjjmjckc
Officiële URL https://chrome.google.com/webstore/detail/imdb-for-the-pirate-bay/kaicjjdaidcmgnpkmepnmagbcjjmjckc
Beschrijving Adds IMDb data to movies on Pirate Bay sites.
Bestandsgrootte 29.31 KB
Aantal Installaties 123
Huidige Versie 0.41
Laatst Bijgewerkt 2014-03-02
Publicatiedatum 2014-03-02
Beoordeling 2.69/5 Totaal 16 Beoordelingen
Ontwikkelaar bodyflex
Betalingswijze free
Ondersteunde Talen 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"
    }
}