IMDb for the Pirate Bay

Adds IMDb data to movies on Pirate Bay sites.

IMDb for the Pirate Bayคืออะไร?

IMDb for the Pirate Bay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bodyflex และคุณลักษณะหลักของมันคือ "Adds IMDb data to movies on Pirate Bay sites."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IMDb for the Pirate Bay

ดาวน์โหลดไฟล์ส่วนขยาย IMDb for the Pirate Bay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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