Patched Tomatoes

Fixes Rotten Tomatoes.

Patched Tomatoes là gì?

Patched Tomatoes là một tiện ích mở rộng Chrome được phát triển bởi http://mknepprath.com, và tính năng chính của nó là "Fixes Rotten Tomatoes.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Patched Tomatoes

Tải xuống các tệp mở rộng Patched Tomatoes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Patched Tomatoes Patched Tomatoes
ID daceaaccoiggipikdodkejceenipddop
URL Chính Thức https://chrome.google.com/webstore/detail/patched-tomatoes/daceaaccoiggipikdodkejceenipddop
Mô tả Fixes Rotten Tomatoes.
Kích Thước Tệp 37.65 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2016-08-19
Ngày Phát Hành 2016-08-19
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://mknepprath.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}