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.

Cos'è HBO IMDB Ratings for Chrome?

HBO IMDB Ratings for Chrome è un'estensione di Chrome sviluppata da andersbaero, e la sua funzione principale è "This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione HBO IMDB Ratings for Chrome

Scarica i file di estensione HBO IMDB Ratings for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome HBO IMDB Ratings for Chrome HBO IMDB Ratings for Chrome
ID gimcheaobpkledablonfmgppbcjbiopd
URL Ufficiale https://chromewebstore.google.com/detail/hbo-imdb-ratings-for-chro/gimcheaobpkledablonfmgppbcjbiopd
Descrizione This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.
Dimensione del File 578 KB
Conteggio Installazioni 327
Versione Corrente 1.0
Ultimo Aggiornamento 2019-09-20
Data di Pubblicazione 2019-09-19
Valutazione 2.60/5 Totale 5 Valutazioni
Sviluppatore andersbaero
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}