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
Eメール [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": [
        ""
    ]
}