Patched Tomatoes

Fixes Rotten Tomatoes.

Patched Tomatoesคืออะไร?

Patched Tomatoes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mknepprath.com และคุณลักษณะหลักของมันคือ "Fixes Rotten Tomatoes."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Patched Tomatoes

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
        ""
    ]
}