Patched Tomatoes

Fixes Rotten Tomatoes.

Co to jest Patched Tomatoes?

Patched Tomatoes to rozszerzenie Chrome opracowane przez http://mknepprath.com, a jego główną funkcją jest „Fixes Rotten Tomatoes.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Patched Tomatoes

Pobierz pliki rozszerzeń Patched Tomatoes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Patched Tomatoes Patched Tomatoes
ID daceaaccoiggipikdodkejceenipddop
Oficjalny URL https://chrome.google.com/webstore/detail/patched-tomatoes/daceaaccoiggipikdodkejceenipddop
Opis Fixes Rotten Tomatoes.
Rozmiar pliku 37.65 KB
Liczba instalacji 20
Aktualna Wersja 0.0.0.2
Ostatnia Aktualizacja 2016-08-19
Data Publikacji 2016-08-19
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper http://mknepprath.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": [
        ""
    ]
}