IMDb for the Pirate Bay

Adds IMDb data to movies on Pirate Bay sites.

Cos'è IMDb for the Pirate Bay?

IMDb for the Pirate Bay è un'estensione di Chrome sviluppata da bodyflex, e la sua funzione principale è "Adds IMDb data to movies on Pirate Bay sites.".

Scarica il file CRX dell'estensione IMDb for the Pirate Bay

Scarica i file di estensione IMDb for the Pirate Bay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome IMDb for the Pirate Bay IMDb for the Pirate Bay
ID kaicjjdaidcmgnpkmepnmagbcjjmjckc
URL Ufficiale https://chrome.google.com/webstore/detail/imdb-for-the-pirate-bay/kaicjjdaidcmgnpkmepnmagbcjjmjckc
Descrizione Adds IMDb data to movies on Pirate Bay sites.
Dimensione del File 29.31 KB
Conteggio Installazioni 123
Versione Corrente 0.41
Ultimo Aggiornamento 2014-03-02
Data di Pubblicazione 2014-03-02
Valutazione 2.69/5 Totale 16 Valutazioni
Sviluppatore bodyflex
Tipo di Pagamento free
Lingue Supportate 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"
    }
}