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
官方網址 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"
            ]
        }
    ]
}