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.

Was ist HBO IMDB Ratings for Chrome?

HBO IMDB Ratings for Chrome ist eine Chrome-Erweiterung, die von andersbaero entwickelt wurde, und ihr Hauptmerkmal ist "This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.".

Erweiterungsscreenshots

screenshot
screenshot

HBO IMDB Ratings for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie HBO IMDB Ratings for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name HBO IMDB Ratings for Chrome HBO IMDB Ratings for Chrome
ID gimcheaobpkledablonfmgppbcjbiopd
Offizielle URL https://chromewebstore.google.com/detail/hbo-imdb-ratings-for-chro/gimcheaobpkledablonfmgppbcjbiopd
Beschreibung This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.
Dateigröße 578 KB
Installationsanzahl 327
Aktuelle Version 1.0
Letztes Update 2019-09-20
Veröffentlichungsdatum 2019-09-19
Bewertung 2.60/5 Insgesamt 5 Bewertungen
Entwickler andersbaero
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}