The PirateBay Imdb Plugin

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

Qu'est-ce que The PirateBay Imdb Plugin ?

The PirateBay Imdb Plugin est une extension Chrome développée par slothdevelopers, et sa fonction principale est "It's a plugin that allows previsualize imdb information when is available in the description (through a link).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The PirateBay Imdb Plugin

Téléchargez les fichiers d'extension The PirateBay Imdb Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom The PirateBay Imdb Plugin The PirateBay Imdb Plugin
ID glgjecfihejmjabjnebdeagibbgefgcc
URL Officiel https://chrome.google.com/webstore/detail/the-piratebay-imdb-plugin/glgjecfihejmjabjnebdeagibbgefgcc
Description It's a plugin that allows previsualize imdb information when is available in the description (through a link).
Taille du Fichier 64.89 KB
Nombre d'Installations 54
Version Actuelle 2.0
Dernière Mise à Jour 2015-10-01
Date de Publication 2015-10-01
Évaluation 1.00/5 Total 1 Évaluations
Développeur slothdevelopers
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}