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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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