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文件

下载Night Mode for YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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