Night Mode for YouTube™

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

Cos'è Night Mode for YouTube™?

Night Mode for YouTube™ è un'estensione di Chrome sviluppata da heddie.hawkins, e la sua funzione principale è "We bring to you a very beautiful YouTube™ Dark Mode. This is a modern design of dark mode for YouTube™.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Night Mode for YouTube™

Scarica i file di estensione Night Mode for YouTube™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Night Mode for YouTube™ Night Mode for YouTube™
ID nglnlobgejahfjjoihkimclmjiomdikj
URL Ufficiale https://chromewebstore.google.com/detail/night-mode-for-youtube/nglnlobgejahfjjoihkimclmjiomdikj
Descrizione We bring to you a very beautiful YouTube™ Dark Mode. This is a modern design of dark mode for YouTube™.
Dimensione del File 14.25 KB
Conteggio Installazioni 5,383
Versione Corrente 2.0.1
Ultimo Aggiornamento 2024-02-24
Data di Pubblicazione 2019-05-12
Valutazione 4.56/5 Totale 41 Valutazioni
Sviluppatore heddie.hawkins
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://nightmodeforyoutubext.com/privacy-policy
Lingue Supportate 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": [
        ""
    ]
}