FlixiMDb

Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.

O que é FlixiMDb?

FlixiMDb é uma extensão do Chrome desenvolvida por skrassiev, e sua principal característica é "Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FlixiMDb

Baixe arquivos de extensão FlixiMDb 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

                        Install this extension and see the IMDB movie rating between other movie details on Netflix site

Version 8.1.3:
- fixed titles matching with missing articles a/an/the.                    

Informações Básicas da Extensão

Nome FlixiMDb FlixiMDb
ID mpdokalkjebjipooahikakghjpfaplge
URL Oficial https://chrome.google.com/webstore/detail/fliximdb/mpdokalkjebjipooahikakghjpfaplge
Descrição Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.
Tamanho do Arquivo 109 KB
Contagem de Instalações 24
Versão Atual 8.1.3
Última Atualização 2014-11-14
Data de Publicação 2014-11-14
Classificação 3.75/5 Total de 4 Avaliações
Desenvolvedor skrassiev
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlixiMDb",
    "description": "Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.",
    "version": "8.1.3",
    "content_scripts": [
        {
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/jquery.watch-2.0.min.js",
                "assets\/js\/lodash.js",
                "classes\/class.netflix.js",
                "classes\/class.imdb.js",
                "classes\/init.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "page_action": {
        "default_title": "FlixiMDb"
    },
    "web_accessible_resources": [
        "assets\/js\/jquery.min.map"
    ],
    "icons": {
        "128": "assets\/img\/netfliximdb_128.png"
    },
    "permissions": [
        "storage"
    ],
    "minimum_chrome_version": "17.0",
    "manifest_version": 2
}