Night Mode for YouTube™

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

Apa itu Night Mode for YouTube™?

Night Mode for YouTube™ adalah ekstensi Chrome yang dikembangkan oleh heddie.hawkins, dan fitur utamanya adalah "We bring to you a very beautiful YouTube™ Dark Mode. This is a modern design of dark mode for YouTube™.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Night Mode for YouTube™

Unduh file ekstensi Night Mode for YouTube™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Night Mode for YouTube™ Night Mode for YouTube™
ID nglnlobgejahfjjoihkimclmjiomdikj
URL Resmi https://chromewebstore.google.com/detail/night-mode-for-youtube/nglnlobgejahfjjoihkimclmjiomdikj
Deskripsi We bring to you a very beautiful YouTube™ Dark Mode. This is a modern design of dark mode for YouTube™.
Ukuran File 14.25 KB
Jumlah Instalasi 5,383
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2024-02-24
Tanggal Publikasi 2019-05-12
Penilaian 4.56/5 Total 41 Penilaian
Pengembang heddie.hawkins
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://nightmodeforyoutubext.com/privacy-policy
Bahasa yang Didukung 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": [
        ""
    ]
}