Show IMDB ratings

Show IMDB ratings

Cos'è Show IMDB ratings?

Show IMDB ratings è un'estensione di Chrome sviluppata da Vin, e la sua funzione principale è "Show IMDB ratings".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Show IMDB ratings

Scarica i file di estensione Show IMDB ratings 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

                        Shows ratings next to each movie. 

Ratings 7.5 and above are shown in red.                    

Informazioni di Base sull'Estensione

Nome Show IMDB ratings Show IMDB ratings
ID mjljmcikmfemkogkhbohgcgbfaikoljg
URL Ufficiale https://chromewebstore.google.com/detail/show-imdb-ratings/mjljmcikmfemkogkhbohgcgbfaikoljg
Descrizione Show IMDB ratings
Dimensione del File 58.37 KB
Conteggio Installazioni 274
Versione Corrente 2.1
Ultimo Aggiornamento 2022-12-11
Data di Pubblicazione 2020-02-15
Valutazione 3.23/5 Totale 13 Valutazioni
Sviluppatore Vin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.1",
    "name": "Show IMDB ratings",
    "short_name": "IMDB ratings",
    "description": "Show IMDB ratings",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_title": "Show IMDB ratings",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "showrate.js"
            ],
            "matches": [
                "https:\/\/www.imdb.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.imdb.com\/"
    ]
}