TomatoFlix

Add RottenTomatoes ratings to Netflix

TomatoFlixคืออะไร?

TomatoFlix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://heatherrivers.com และคุณลักษณะหลักของมันคือ "Add RottenTomatoes ratings to Netflix"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย TomatoFlix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}