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.

¿Qué es HBO IMDB Ratings for Chrome?

HBO IMDB Ratings for Chrome es una extensión de Chrome desarrollada por andersbaero, y su función principal es "This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión HBO IMDB Ratings for Chrome

Descarga archivos de extensión HBO IMDB Ratings for Chrome en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre HBO IMDB Ratings for Chrome HBO IMDB Ratings for Chrome
ID gimcheaobpkledablonfmgppbcjbiopd
URL Oficial https://chromewebstore.google.com/detail/hbo-imdb-ratings-for-chro/gimcheaobpkledablonfmgppbcjbiopd
Descripción This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.
Tamaño del Archivo 578 KB
Cantidad de Instalaciones 327
Versión Actual 1.0
Última Actualización 2019-09-20
Fecha de Publicación 2019-09-19
Calificación 2.60/5 Total de 5 Calificaciones
Desarrollador andersbaero
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}