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"
            ]
        }
    ]
}