Patched Tomatoes

Fixes Rotten Tomatoes.

Cos'è Patched Tomatoes?

Patched Tomatoes è un'estensione di Chrome sviluppata da http://mknepprath.com, e la sua funzione principale è "Fixes Rotten Tomatoes.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Patched Tomatoes

Scarica i file di estensione Patched Tomatoes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Patched Tomatoes Patched Tomatoes
ID daceaaccoiggipikdodkejceenipddop
URL Ufficiale https://chrome.google.com/webstore/detail/patched-tomatoes/daceaaccoiggipikdodkejceenipddop
Descrizione Fixes Rotten Tomatoes.
Dimensione del File 37.65 KB
Conteggio Installazioni 20
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2016-08-19
Data di Pubblicazione 2016-08-19
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore http://mknepprath.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
        ""
    ]
}