The PirateBay Imdb Plugin

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

Apa itu The PirateBay Imdb Plugin?

The PirateBay Imdb Plugin adalah ekstensi Chrome yang dikembangkan oleh slothdevelopers, dan fitur utamanya adalah "It's a plugin that allows previsualize imdb information when is available in the description (through a link).".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The PirateBay Imdb Plugin

Unduh file ekstensi The PirateBay Imdb Plugin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama The PirateBay Imdb Plugin The PirateBay Imdb Plugin
ID glgjecfihejmjabjnebdeagibbgefgcc
URL Resmi https://chrome.google.com/webstore/detail/the-piratebay-imdb-plugin/glgjecfihejmjabjnebdeagibbgefgcc
Deskripsi It's a plugin that allows previsualize imdb information when is available in the description (through a link).
Ukuran File 64.89 KB
Jumlah Instalasi 54
Versi Saat Ini 2.0
Terakhir Diperbarui 2015-10-01
Tanggal Publikasi 2015-10-01
Penilaian 1.00/5 Total 1 Penilaian
Pengembang slothdevelopers
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}