TomatoFlix

Add RottenTomatoes ratings to Netflix

What is TomatoFlix?

TomatoFlix is a Chrome extension developed by http://heatherrivers.com, and its main feature is "Add RottenTomatoes ratings to Netflix".

Extension Screenshots

screenshot

Download TomatoFlix Extension CRX File

Download TomatoFlix 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

                        This extension shows movie ratings from RottenTomatoes while you're browsing Netflix.                    

Extension Basic Information

Name TomatoFlix TomatoFlix
ID bpjkabpnbmoglmhodpjlmllmifdbeknj
Official URL https://chrome.google.com/webstore/detail/tomatoflix/bpjkabpnbmoglmhodpjlmllmifdbeknj
Description Add RottenTomatoes ratings to Netflix
File Size 83.15 KB
Installation Count 107
Current Version 2.1.2
Last Updated 2014-09-28
Publish Date 2014-09-28
Rating 4.67/5 Total 3 Ratings
Developer http://heatherrivers.com
Payment Type free
Extension Website http://heatherrivers.com/projects/tomatoflix
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TomatoFlix",
    "version": "2.1.2",
    "description": "Add RottenTomatoes ratings to Netflix",
    "icons": {
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.netflix.com\/*",
        "*:\/\/api.rottentomatoes.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "mustache.js",
                "tomatoflix-compiled.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.css",
        "img\/external.png",
        "img\/poster-default-30.png",
        "img\/rating-certified-fresh-16.png",
        "img\/rating-fresh-16.png",
        "img\/rating-rotten-16.png",
        "img\/rating-upright-16.png",
        "img\/rating-spilled-16.png"
    ],
    "manifest_version": 2
}