TomatoFlix

Add RottenTomatoes ratings to Netflix

ما هو TomatoFlix؟

TomatoFlix هو إضافة Chrome تم تطويرها بواسطة http://heatherrivers.com، والميزة الرئيسية لها هي "Add RottenTomatoes ratings to Netflix".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TomatoFlix

قم بتنزيل ملفات الامتداد TomatoFlix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension shows movie ratings from RottenTomatoes while you're browsing Netflix.                    

معلومات أساسية عن التمديد

الاسم TomatoFlix TomatoFlix
ID bpjkabpnbmoglmhodpjlmllmifdbeknj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tomatoflix/bpjkabpnbmoglmhodpjlmllmifdbeknj
الوصف Add RottenTomatoes ratings to Netflix
حجم الملف 83.15 KB
عدد التثبيتات 107
النسخة الحالية 2.1.2
آخر تحديث 2014-09-28
تاريخ النشر 2014-09-28
تقييم 4.67/5 مجموع تقييمات 3
المطور http://heatherrivers.com
نوع الدفع free
موقع الإضافة http://heatherrivers.com/projects/tomatoflix
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TomatoFlix",
    "version": "2.1.2",
    "description": "Add RottenTomatoes ratings to Netflix",
    "icons": {
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.netflix.com\/*",
        "*:\/\/api.rottentomatoes.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "mustache.js",
                "tomatoflix-compiled.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.css",
        "img\/external.png",
        "img\/poster-default-30.png",
        "img\/rating-certified-fresh-16.png",
        "img\/rating-fresh-16.png",
        "img\/rating-rotten-16.png",
        "img\/rating-upright-16.png",
        "img\/rating-spilled-16.png"
    ],
    "manifest_version": 2
}