FlixiMDb

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

What is FlixiMDb?

FlixiMDb is a Chrome extension developed by skrassiev, and its main feature is "Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.".

Extension Screenshots

screenshot

Download FlixiMDb Extension CRX File

Download FlixiMDb extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name FlixiMDb FlixiMDb
ID mpdokalkjebjipooahikakghjpfaplge
Official URL https://chrome.google.com/webstore/detail/fliximdb/mpdokalkjebjipooahikakghjpfaplge
Description Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.
File Size 109 KB
Installation Count 24
Current Version 8.1.3
Last Updated 2014-11-14
Publish Date 2014-11-14
Rating 3.75/5 Total 4 Ratings
Developer skrassiev
Payment Type free
Supported Languages 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
}