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
官方URL 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": [
        ""
    ]
}