Night Mode for YouTube™

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

Qu'est-ce que Night Mode for YouTube™ ?

Night Mode for YouTube™ est une extension Chrome développée par heddie.hawkins, et sa fonction principale est "We bring to you a very beautiful YouTube™ Dark Mode. This is a modern design of dark mode for YouTube™.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Night Mode for YouTube™

Téléchargez les fichiers d'extension Night Mode for YouTube™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Night Mode for YouTube™ Night Mode for YouTube™
ID nglnlobgejahfjjoihkimclmjiomdikj
URL Officiel https://chromewebstore.google.com/detail/night-mode-for-youtube/nglnlobgejahfjjoihkimclmjiomdikj
Description We bring to you a very beautiful YouTube™ Dark Mode. This is a modern design of dark mode for YouTube™.
Taille du Fichier 14.25 KB
Nombre d'Installations 5,383
Version Actuelle 2.0.1
Dernière Mise à Jour 2024-02-24
Date de Publication 2019-05-12
Évaluation 4.56/5 Total 41 Évaluations
Développeur heddie.hawkins
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://nightmodeforyoutubext.com/privacy-policy
Langues Prises en Charge 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": [
        ""
    ]
}