Netflix Light Mode

This is an extension that allows you to utilise Netflix in a light mode

Netflix Light Modeคืออะไร?

Netflix Light Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sensaiben และคุณลักษณะหลักของมันคือ "This is an extension that allows you to utilise Netflix in a light mode"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Experience Netflix in light mode. If you're tired of the dark background, this extension is perfect for you!

Now you can turn it off and on, and personalise your viewing experience using the picture controls.                    

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

ชื่อ Netflix Light Mode Netflix Light Mode
ID nlkblacjcdilfdjmmlfemoalcbjjopgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netflix-light-mode/nlkblacjcdilfdjmmlfemoalcbjjopgf
คำอธิบาย This is an extension that allows you to utilise Netflix in a light mode
ขนาดไฟล์ 28.97 KB
จำนวนการติดตั้ง 1,399
เวอร์ชันปัจจุบัน 2.0.0.4
อัปเดตครั้งล่าสุด 2020-06-01
วันที่เผยแพร่ 2020-06-01
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา sensaiben
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Light Mode",
    "version": "2.0.0.4",
    "manifest_version": 2,
    "description": "This is an extension that allows you to utilise Netflix in a light mode",
    "browser_action": {
        "default_popup": "controlTab.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "scripts\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "netflixLightmodeStyles.css"
    ]
}