TPB IMDB Pirate Bay Search Plugin

Search The Pirate Bay from IMDB.

什么是TPB IMDB Pirate Bay Search Plugin?

TPB IMDB Pirate Bay Search Plugin是由evan.palmer开发的Chrome扩展程序,该扩展的主要功能是“Search The Pirate Bay from IMDB.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载TPB IMDB Pirate Bay Search Plugin扩展crx文件

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

扩展使用说明

                        This extension lets you search The Pirate Bay directly from IMDB.

It looks at the title and year and gets the top 5 torrents based on number of people seeding it.

When the page loads, you can click on the little Pirate Bay logo to see your download options.

The items in the drop down list will open directly in your torrent client (via magnet links).

If the plug in couldn't find anything, you'll see a little skull and crossbones that signifies my personal, deep apology to you, the user.

Wanna make it better:

https://github.com/EvanPalmer/TpbImdbSearch/                    

扩展基本信息

名称 TPB IMDB Pirate Bay Search Plugin TPB IMDB Pirate Bay Search Plugin
ID balopjhbkeaphbdgegdgeckdjhoaencd
官方URL https://chrome.google.com/webstore/detail/tpb-imdb-pirate-bay-searc/balopjhbkeaphbdgegdgeckdjhoaencd
简介 Search The Pirate Bay from IMDB.
文件大小 2.04 MB
安装次数 337
当前版本 0.0.7
更新时间 2014-12-13
上架时间 2014-12-13
评分 3.32/5 共19次评分
开发者 evan.palmer
付费类型 free
扩展官网 http://evanjpalmer.wordpress.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TPB IMDB Pirate Bay Search Plugin",
    "version": "0.0.7",
    "description": "Search The Pirate Bay from IMDB.",
    "permissions": [
        "tabs",
        "http:\/\/*.thepiratebay.cr\/",
        "http:\/\/thepiratebay.cr\/"
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "web_accessible_resources": [
        "images\/ajax-loader.gif",
        "images\/logo.gif",
        "images\/logo-not-found.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.imdb.com\/*",
                "https:\/\/www.imdb.com\/*"
            ],
            "css": [
                "bootstrap\/css\/bootstrap.css"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "tpbImdbPirateBaySearch.plugin.js",
                "contentscript_imdb.js"
            ]
        }
    ]
}