Patched Tomatoes

Fixes Rotten Tomatoes.

Qu'est-ce que Patched Tomatoes ?

Patched Tomatoes est une extension Chrome développée par http://mknepprath.com, et sa fonction principale est "Fixes Rotten Tomatoes.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Patched Tomatoes

Téléchargez les fichiers d'extension Patched Tomatoes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Patched Tomatoes Patched Tomatoes
ID daceaaccoiggipikdodkejceenipddop
URL Officiel https://chrome.google.com/webstore/detail/patched-tomatoes/daceaaccoiggipikdodkejceenipddop
Description Fixes Rotten Tomatoes.
Taille du Fichier 37.65 KB
Nombre d'Installations 20
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2016-08-19
Date de Publication 2016-08-19
Évaluation 2.33/5 Total 3 Évaluations
Développeur http://mknepprath.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
        ""
    ]
}