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.

Hvad er HBO IMDB Ratings for Chrome?

HBO IMDB Ratings for Chrome er en Chrome-udvidelse udviklet af andersbaero, og dens hovedfunktion er "This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download HBO IMDB Ratings for Chrome-udvidelses-CRX-fil

Download HBO IMDB Ratings for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn HBO IMDB Ratings for Chrome HBO IMDB Ratings for Chrome
ID gimcheaobpkledablonfmgppbcjbiopd
Officiel URL https://chromewebstore.google.com/detail/hbo-imdb-ratings-for-chro/gimcheaobpkledablonfmgppbcjbiopd
Beskrivelse This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.
Filstørrelse 578 KB
Antal Installationer 327
Nuværende Version 1.0
Senest Opdateret 2019-09-20
Udgivelsesdato 2019-09-19
Bedømmelse 2.60/5 Samlet 5 Bedømmelser
Udvikler andersbaero
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}