The PirateBay Imdb Plugin

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

什么是The PirateBay Imdb Plugin?

The PirateBay Imdb Plugin是由slothdevelopers开发的Chrome扩展程序,该扩展的主要功能是“It's a plugin that allows previsualize imdb information when is available in the description (through a link).”。

扩展截图

screenshot

下载The PirateBay Imdb Plugin扩展crx文件

下载The PirateBay Imdb Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 The PirateBay Imdb Plugin The PirateBay Imdb Plugin
ID glgjecfihejmjabjnebdeagibbgefgcc
官方URL https://chrome.google.com/webstore/detail/the-piratebay-imdb-plugin/glgjecfihejmjabjnebdeagibbgefgcc
简介 It's a plugin that allows previsualize imdb information when is available in the description (through a link).
文件大小 64.89 KB
安装次数 54
当前版本 2.0
更新时间 2015-10-01
上架时间 2015-10-01
评分 1.00/5 共1次评分
开发者 slothdevelopers
付费类型 free
支持的语言 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"
            ]
        }
    ]
}