FlixiMDb

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

Cos'è FlixiMDb?

FlixiMDb è un'estensione di Chrome sviluppata da skrassiev, e la sua funzione principale è "Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FlixiMDb

Scarica i file di estensione FlixiMDb 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

                        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.                    

Informazioni di Base sull'Estensione

Nome FlixiMDb FlixiMDb
ID mpdokalkjebjipooahikakghjpfaplge
URL Ufficiale https://chrome.google.com/webstore/detail/fliximdb/mpdokalkjebjipooahikakghjpfaplge
Descrizione Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.
Dimensione del File 109 KB
Conteggio Installazioni 24
Versione Corrente 8.1.3
Ultimo Aggiornamento 2014-11-14
Data di Pubblicazione 2014-11-14
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore skrassiev
Tipo di Pagamento free
Lingue Supportate 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
}