Netflix Rate

Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.

What is Netflix Rate?

Netflix Rate is a Chrome extension developed by https://netflix.burtonthird.com, and its main feature is "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Netflix Rate Extension CRX File

Download Netflix Rate 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

                        Changes the style of the Nextflix Watch Instantly and DVD browsing webpages to show trailers, IMDB, Rotten Tomato and MetaCritic ratings.

Note: This extension is not affiliated with Netflix in any way.

International Users:
Only English movie titles work currently, translation may be in a future update.                    

Extension Basic Information

Name Netflix Rate Netflix Rate
ID cofjbfnpecflopfknbpnhhpnegbflfph
Official URL https://chromewebstore.google.com/detail/netflix-rate/cofjbfnpecflopfknbpnhhpnegbflfph
Description Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.
File Size 247 KB
Installation Count 1,259
Current Version 1.3.47
Last Updated 2015-04-17
Publish Date 2015-04-16
Rating 2.86/5 Total 36 Ratings
Developer https://netflix.burtonthird.com
Payment Type free
Extension Website http://netflix.burtonthird.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "libs\/jquery-2.0.3.min.js",
                "libs\/bootstrap.min.js",
                "js\/ratings.js"
            ],
            "matches": [
                "http:\/\/*.netflix.com\/*",
                "https:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "description": "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.",
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "Netflix Rate",
    "permissions": [
        "storage",
        "http:\/\/www.omdbapi.com\/*",
        "http:\/\/*.netflix.com\/*",
        "https:\/\/*.netflix.com\/*",
        "http:\/\/netflix.burtonthird.com\/*",
        "http:\/\/api.themoviedb.org\/*",
        "https:\/\/byroredux-metacritic.p.mashape.com\/*",
        "http:\/\/api.rottentomatoes.com\/*"
    ],
    "short_name": "Netflix Rate",
    "version": "1.3.47",
    "web_accessible_resources": [
        "css\/ratings.css",
        "img\/imdbSprite.png",
        "img\/tomatoSprite.png"
    ]
}