Rotten Netflix

This extension shows Rotten Tomato scores on Netflix.

Rotten Netflixคืออะไร?

Rotten Netflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Embel Apps และคุณลักษณะหลักของมันคือ "This extension shows Rotten Tomato scores on Netflix."

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

screenshot

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

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

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

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rotten Netflix Rotten Netflix
ID pcblneldcghfhpoglcojjpboomhldnbc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rotten-netflix/pcblneldcghfhpoglcojjpboomhldnbc
คำอธิบาย This extension shows Rotten Tomato scores on Netflix.
ขนาดไฟล์ 54.42 KB
จำนวนการติดตั้ง 73
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2018-03-09
วันที่เผยแพร่ 2018-03-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Embel Apps
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rotten Netflix",
    "description": "This extension shows Rotten Tomato scores on Netflix.",
    "version": "0.0.0.3",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "css": [
                "rottennetflix.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "rottennetflix.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "*:\/\/*.rottentomatoes.com\/*"
    ]
}