IMDB™ ratings for BBC iPlayer™

Adds IMDB ratings to the BBC iPlayer website.

IMDB™ ratings for BBC iPlayer™คืออะไร?

IMDB™ ratings for BBC iPlayer™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Adds IMDB ratings to the BBC iPlayer website."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IMDB™ ratings for BBC iPlayer™

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

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

                        Adds IMDB ratings to BBC iPlayers website. You can click on the rating to visit the corresponding IMDB website for that show/film.

This extension uses OMDB API, please support them: http://www.omdbapi.com/

Please visit https://github.com/Focus/bbcimdb/issues to report any bugs or feature requests.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IMDB™ ratings for BBC iPlayer™ IMDB™ ratings for BBC iPlayer™
ID idikgplbijkjenphgepfgcihfgjadhob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/imdb-ratings-for-bbc-ipla/idikgplbijkjenphgepfgcihfgjadhob
คำอธิบาย Adds IMDB ratings to the BBC iPlayer website.
ขนาดไฟล์ 20.06 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-01-29
วันที่เผยแพร่ 2016-01-29
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Focus/bbcimdb
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMDB\u2122 ratings for BBC iPlayer\u2122",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Adds IMDB ratings to the BBC iPlayer website.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "http:\/\/www.omdbapi.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.bbc.co.uk\/iplayer\/*",
                "http:\/\/www.bbc.co.uk\/bbcone*",
                "http:\/\/www.bbc.co.uk\/bbctwo*",
                "http:\/\/www.bbc.co.uk\/tv\/bbcthree*",
                "http:\/\/www.bbc.co.uk\/bbcfour*",
                "http:\/\/www.bbc.co.uk\/tv\/bbcalba*",
                "http:\/\/www.bbc.co.uk\/tv\/s4c*"
            ],
            "js": [
                "lib\/rating.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "homepage_url": "https:\/\/github.com\/Focus\/bbcimdb"
}