Rotten Netflix

This extension shows Rotten Tomato scores on Netflix.

What is Rotten Netflix?

Rotten Netflix is a Chrome extension developed by Embel Apps, and its main feature is "This extension shows Rotten Tomato scores on Netflix.".

Extension Screenshots

screenshot

Download Rotten Netflix Extension CRX File

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

                                            

Extension Basic Information

Name Rotten Netflix Rotten Netflix
ID pcblneldcghfhpoglcojjpboomhldnbc
Official URL https://chromewebstore.google.com/detail/rotten-netflix/pcblneldcghfhpoglcojjpboomhldnbc
Description This extension shows Rotten Tomato scores on Netflix.
File Size 54.42 KB
Installation Count 73
Current Version 0.0.0.3
Last Updated 2018-03-09
Publish Date 2018-03-08
Rating 5.00/5 Total 2 Ratings
Developer Embel Apps
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rotten Netflix",
    "description": "This extension shows Rotten Tomato scores on Netflix.",
    "version": "0.0.0.3",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "css": [
                "rottennetflix.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "rottennetflix.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "*:\/\/*.rottentomatoes.com\/*"
    ]
}