The PirateBay Imdb Plugin

It's a plugin that allows previsualize imdb information when is available in the description (through a link).

Cos'è The PirateBay Imdb Plugin?

The PirateBay Imdb Plugin è un'estensione di Chrome sviluppata da slothdevelopers, e la sua funzione principale è "It's a plugin that allows previsualize imdb information when is available in the description (through a link).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The PirateBay Imdb Plugin

Scarica i file di estensione The PirateBay Imdb Plugin 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

                        It's a plugin for The PirateBay that allows previsualize imdb information when is available in the description (through a link).

It uses https://www.omdbapi.com to collect the necesary info.                    

Informazioni di Base sull'Estensione

Nome The PirateBay Imdb Plugin The PirateBay Imdb Plugin
ID glgjecfihejmjabjnebdeagibbgefgcc
URL Ufficiale https://chrome.google.com/webstore/detail/the-piratebay-imdb-plugin/glgjecfihejmjabjnebdeagibbgefgcc
Descrizione It's a plugin that allows previsualize imdb information when is available in the description (through a link).
Dimensione del File 64.89 KB
Conteggio Installazioni 54
Versione Corrente 2.0
Ultimo Aggiornamento 2015-10-01
Data di Pubblicazione 2015-10-01
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore slothdevelopers
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The PirateBay Imdb Plugin",
    "description": "It's a plugin that allows previsualize imdb information when is available in the description (through a link).",
    "version": "2.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "The PirateBay Imdb"
    },
    "permissions": [
        "https:\/\/thepiratebay.cd\/",
        "https:\/\/thepiratebay.mn\/",
        "https:\/\/piratemirror.net\/",
        "https:\/\/torrentdr.com\/",
        "https:\/\/thebay.tv\/",
        "https:\/\/thepiratebay.uk.net\/",
        "https:\/\/thepiratebay.gs\/",
        "https:\/\/thepiratebay.la\/",
        "https:\/\/thepiratebay.vg\/",
        "https:\/\/thepiratebay.am\/",
        "https:\/\/thepiratebay.gd\/",
        "https:\/\/thepiratebay.cr\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/thepiratebay.cd\/*",
                "https:\/\/thepiratebay.mn\/*",
                "https:\/\/piratemirror.net\/*",
                "https:\/\/torrentdr.com\/*",
                "https:\/\/thebay.tv\/*",
                "https:\/\/thepiratebay.uk.net\/*",
                "https:\/\/thepiratebay.gs\/*",
                "https:\/\/thepiratebay.la\/*",
                "https:\/\/thepiratebay.vg\/*",
                "https:\/\/thepiratebay.am\/*",
                "https:\/\/thepiratebay.gd\/*",
                "https:\/\/thepiratebay.cr\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "addImdbInfo.js"
            ],
            "run_at": "document_start",
            "css": [
                "piratebay_imdb.css"
            ]
        }
    ]
}