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.

O que é HBO IMDB Ratings for Chrome?

HBO IMDB Ratings for Chrome é uma extensão do Chrome desenvolvida por andersbaero, e sua principal característica é "This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão HBO IMDB Ratings for Chrome

Baixe arquivos de extensão HBO IMDB Ratings for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome 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
Descrição This extension will display the IMDB rating of the title your mouse is hovering over, in the bottom right corner.
Tamanho do Arquivo 578 KB
Contagem de Instalações 327
Versão Atual 1.0
Última Atualização 2019-09-20
Data de Publicação 2019-09-19
Classificação 2.60/5 Total de 5 Avaliações
Desenvolvedor andersbaero
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}