Patched Tomatoes

Fixes Rotten Tomatoes.

Apa itu Patched Tomatoes?

Patched Tomatoes adalah ekstensi Chrome yang dikembangkan oleh http://mknepprath.com, dan fitur utamanya adalah "Fixes Rotten Tomatoes.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Patched Tomatoes

Unduh file ekstensi Patched Tomatoes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Patched Tomatoes Patched Tomatoes
ID daceaaccoiggipikdodkejceenipddop
URL Resmi https://chrome.google.com/webstore/detail/patched-tomatoes/daceaaccoiggipikdodkejceenipddop
Deskripsi Fixes Rotten Tomatoes.
Ukuran File 37.65 KB
Jumlah Instalasi 20
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2016-08-19
Tanggal Publikasi 2016-08-19
Penilaian 2.33/5 Total 3 Penilaian
Pengembang http://mknepprath.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": [
        ""
    ]
}