IMDb for the Pirate Bay

Adds IMDb data to movies on Pirate Bay sites.

IMDb for the Pirate Bay란 무엇입니까?

IMDb for the Pirate Bay은(는) bodyflex에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds IMDb data to movies on Pirate Bay sites."입니다.

IMDb for the Pirate Bay 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        UPDATE 27/2/2014: Should now work on all sites including proxies, but some might act dodgy if they have modified the official Pirate Bay code.

TPB's DOUBLE VIEW MODE IS NOT SUPPORTED (YET)!

IMDb for the Pirate Bay adds IMDb data (rating, genre, runtime and release date) to movies listed on Pirate Bay sites.

It uses the OMDb API to fetch the data.

By downloading this extension you agree to only downloading movies legally.                    

확장 프로그램 기본 정보

이름 IMDb for the Pirate Bay IMDb for the Pirate Bay
ID kaicjjdaidcmgnpkmepnmagbcjjmjckc
공식 URL https://chrome.google.com/webstore/detail/imdb-for-the-pirate-bay/kaicjjdaidcmgnpkmepnmagbcjjmjckc
설명 Adds IMDb data to movies on Pirate Bay sites.
파일 크기 29.31 KB
설치 횟수 123
현재 버전 0.41
최근 업데이트 2014-03-02
출시 날짜 2014-03-02
평점 2.69/5 총 16 개의 평점
개발자 bodyflex
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Adds IMDb data to movies on Pirate Bay sites.",
    "manifest_version": 2,
    "name": "IMDb for the Pirate Bay",
    "permissions": [
        "http:\/\/www.omdbapi.com\/*",
        "http:\/\/www.imdb.com\/find*"
    ],
    "version": "0.41",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}