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
Eメール [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": [
        ""
    ]
}