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 andersbaero द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HBO IMDB Ratings for 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"
        ]
    }
}