FlixiMDb

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

Wat is FlixiMDb?

FlixiMDb is een Chrome-extensie ontwikkeld door skrassiev, en de belangrijkste functie is "Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FlixiMDb

Download FlixiMDb-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FlixiMDb FlixiMDb
ID mpdokalkjebjipooahikakghjpfaplge
Officiële URL https://chrome.google.com/webstore/detail/fliximdb/mpdokalkjebjipooahikakghjpfaplge
Beschrijving Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.
Bestandsgrootte 109 KB
Aantal Installaties 24
Huidige Versie 8.1.3
Laatst Bijgewerkt 2014-11-14
Publicatiedatum 2014-11-14
Beoordeling 3.75/5 Totaal 4 Beoordelingen
Ontwikkelaar skrassiev
Betalingswijze free
Ondersteunde Talen 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
}