IMDb for the Pirate Bay

Adds IMDb data to movies on Pirate Bay sites.

Was ist IMDb for the Pirate Bay?

IMDb for the Pirate Bay ist eine Chrome-Erweiterung, die von bodyflex entwickelt wurde, und ihr Hauptmerkmal ist "Adds IMDb data to movies on Pirate Bay sites.".

IMDb for the Pirate Bay-Erweiterungs-CRX-Datei herunterladen

Laden Sie IMDb for the Pirate Bay-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name IMDb for the Pirate Bay IMDb for the Pirate Bay
ID kaicjjdaidcmgnpkmepnmagbcjjmjckc
Offizielle URL https://chrome.google.com/webstore/detail/imdb-for-the-pirate-bay/kaicjjdaidcmgnpkmepnmagbcjjmjckc
Beschreibung Adds IMDb data to movies on Pirate Bay sites.
Dateigröße 29.31 KB
Installationsanzahl 123
Aktuelle Version 0.41
Letztes Update 2014-03-02
Veröffentlichungsdatum 2014-03-02
Bewertung 2.69/5 Insgesamt 16 Bewertungen
Entwickler bodyflex
Zahlungsart free
Unterstützte Sprachen 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"
    }
}