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.

What is HBO IMDB Ratings for Chrome?

HBO IMDB Ratings for Chrome is a Chrome extension developed by andersbaero, and its main feature is "This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.".

Extension Screenshots

screenshot
screenshot

Download HBO IMDB Ratings for Chrome Extension CRX File

Download HBO IMDB Ratings for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name HBO IMDB Ratings for Chrome HBO IMDB Ratings for Chrome
ID gimcheaobpkledablonfmgppbcjbiopd
Official URL https://chromewebstore.google.com/detail/hbo-imdb-ratings-for-chro/gimcheaobpkledablonfmgppbcjbiopd
Description This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.
File Size 578 KB
Installation Count 327
Current Version 1.0
Last Updated 2019-09-20
Publish Date 2019-09-19
Rating 2.60/5 Total 5 Ratings
Developer andersbaero
Payment Type free
Supported Languages 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"
        ]
    }
}