HBO IMDB Ratings for Chrome

This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.

ما هو HBO IMDB Ratings for Chrome؟

HBO IMDB Ratings for Chrome هو إضافة Chrome تم تطويرها بواسطة andersbaero، والميزة الرئيسية لها هي "This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة HBO IMDB Ratings for Chrome

قم بتنزيل ملفات الامتداد HBO IMDB Ratings for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.                    

معلومات أساسية عن التمديد

الاسم HBO IMDB Ratings for Chrome HBO IMDB Ratings for Chrome
ID gimcheaobpkledablonfmgppbcjbiopd
عنوان URL الرسمي https://chromewebstore.google.com/detail/hbo-imdb-ratings-for-chro/gimcheaobpkledablonfmgppbcjbiopd
الوصف This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.
حجم الملف 578 KB
عدد التثبيتات 327
النسخة الحالية 1.0
آخر تحديث 2019-09-20
تاريخ النشر 2019-09-19
تقييم 2.60/5 مجموع تقييمات 5
المطور andersbaero
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HBO IMDB Ratings for Chrome",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hbonordic.com\/*"
            ],
            "js": [
                "jquery-3.4.0.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/riktigIcon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}