Night Mode for YouTube™

We bring to you a very beautiful YouTube™ Dark Mode. This is a modern design of dark mode for YouTube™.

Night Mode for YouTube™란 무엇입니까?

Night Mode for YouTube™은(는) heddie.hawkins에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We bring to you a very beautiful YouTube™ Dark Mode. This is a modern design of dark mode for YouTube™."입니다.

확장 프로그램 스크린샷

screenshot

Night Mode for YouTube™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a very beautiful night mode (dark mode, dark theme, black theme) for YouTube™. It is very easy to use: just Turn on/off the dark mode by 1-Click.
With this dark mode, you can switch between dark mode and normal mode smoothly, no refresh the current watching page (without reducing user experience).
YouTube™ is trademark of Google. Our dark mode is non-official.
Hope you enjoy it!                    

확장 프로그램 기본 정보

이름 Night Mode for YouTube™ Night Mode for YouTube™
ID nglnlobgejahfjjoihkimclmjiomdikj
공식 URL https://chromewebstore.google.com/detail/night-mode-for-youtube/nglnlobgejahfjjoihkimclmjiomdikj
설명 We bring to you a very beautiful YouTube™ Dark Mode. This is a modern design of dark mode for YouTube™.
파일 크기 14.25 KB
설치 횟수 5,383
현재 버전 2.0.1
최근 업데이트 2024-02-24
출시 날짜 2019-05-12
평점 4.56/5 총 41 개의 평점
개발자 heddie.hawkins
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://nightmodeforyoutubext.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "128.670c828d.png",
        "48": "128.670c828d.png",
        "128": "128.670c828d.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": "128.670c828d.png",
        "default_title": "Turn On YouTube Dark Mode"
    },
    "version": "2.0.1",
    "author": "Plasmo Corp. ",
    "name": "Night Mode for YouTube\u2122",
    "description": "We bring to you a very beautiful YouTube\u2122 Dark Mode. This is a modern design of dark mode for YouTube\u2122.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting",
        "declarativeNetRequest",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/disable.png",
                "assets\/enable.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}