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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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