Patched Tomatoes

Fixes Rotten Tomatoes.

Wat is Patched Tomatoes?

Patched Tomatoes is een Chrome-extensie ontwikkeld door http://mknepprath.com, en de belangrijkste functie is "Fixes Rotten Tomatoes.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Patched Tomatoes

Download Patched Tomatoes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Patched Tomatoes Patched Tomatoes
ID daceaaccoiggipikdodkejceenipddop
Officiële URL https://chrome.google.com/webstore/detail/patched-tomatoes/daceaaccoiggipikdodkejceenipddop
Beschrijving Fixes Rotten Tomatoes.
Bestandsgrootte 37.65 KB
Aantal Installaties 20
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2016-08-19
Publicatiedatum 2016-08-19
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar http://mknepprath.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
        ""
    ]
}