Patched Tomatoes

Fixes Rotten Tomatoes.

What is Patched Tomatoes?

Patched Tomatoes is a Chrome extension developed by http://mknepprath.com, and its main feature is "Fixes Rotten Tomatoes.".

Extension Screenshots

screenshot

Download Patched Tomatoes Extension CRX File

Download Patched Tomatoes 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

                        Patched Tomatoes replaces the Tomatometer score on Rotten Tomatoes with the Critics' Average Rating. It does the same for the Audience Score. The Tomatometer score is calculated in a misleading way, so this extension aims to fix that.                    

Extension Basic Information

Name Patched Tomatoes Patched Tomatoes
ID daceaaccoiggipikdodkejceenipddop
Official URL https://chrome.google.com/webstore/detail/patched-tomatoes/daceaaccoiggipikdodkejceenipddop
Description Fixes Rotten Tomatoes.
File Size 37.65 KB
Installation Count 20
Current Version 0.0.0.2
Last Updated 2016-08-19
Publish Date 2016-08-19
Rating 2.33/5 Total 3 Ratings
Developer http://mknepprath.com
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Patched Tomatoes",
    "version": "0.0.0.2",
    "description": "Fixes Rotten Tomatoes.",
    "icons": {
        "16": "patched-icon.png",
        "48": "patched-icon.png",
        "128": "patched-icon.png"
    },
    "browser_action": {
        "default_icon": "patched-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.rottentomatoes.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js",
                "event.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}