Netflix Light Mode

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

Netflix Light Mode란 무엇입니까?

Netflix Light Mode은(는) sensaiben에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is an extension that allows you to utilise Netflix in a light mode"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Netflix Light Mode 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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