IMDb for the Pirate Bay

Adds IMDb data to movies on Pirate Bay sites.

IMDb for the Pirate Bay là gì?

IMDb for the Pirate Bay là một tiện ích mở rộng Chrome được phát triển bởi bodyflex, và tính năng chính của nó là "Adds IMDb data to movies on Pirate Bay sites.".

Tải xuống tệp CRX của tiện ích mở rộng IMDb for the Pirate Bay

Tải xuống các tệp mở rộng IMDb for the Pirate Bay dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IMDb for the Pirate Bay IMDb for the Pirate Bay
ID kaicjjdaidcmgnpkmepnmagbcjjmjckc
URL Chính Thức https://chrome.google.com/webstore/detail/imdb-for-the-pirate-bay/kaicjjdaidcmgnpkmepnmagbcjjmjckc
Mô tả Adds IMDb data to movies on Pirate Bay sites.
Kích Thước Tệp 29.31 KB
Số Lần Cài Đặt 123
Phiên Bản Hiện Tại 0.41
Cập Nhật Lần Cuối 2014-03-02
Ngày Phát Hành 2014-03-02
Đánh Giá 2.69/5 Tổng số 16 Đánh Giá
Nhà Phát Triển bodyflex
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}