Patched Tomatoes

Fixes Rotten Tomatoes.

什麼是Patched Tomatoes?

Patched Tomatoes是由http://mknepprath.com開發的Chrome擴展程式,該擴展的主要功能是“Fixes Rotten Tomatoes.”。

擴展截圖

screenshot

下載Patched Tomatoes擴展crx文件

下載Patched Tomatoes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Patched Tomatoes Patched Tomatoes
ID daceaaccoiggipikdodkejceenipddop
官方網址 https://chrome.google.com/webstore/detail/patched-tomatoes/daceaaccoiggipikdodkejceenipddop
簡介 Fixes Rotten Tomatoes.
檔案大小 37.65 KB
安裝次數 20
目前版本 0.0.0.2
更新時間 2016-08-19
上架時間 2016-08-19
評分 2.33/5 共 3 次評分
開發者 http://mknepprath.com
電子郵箱 [email protected]
付費類型 free
支援的語言 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": [
        ""
    ]
}