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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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