Dark Mode

With this extension you can enable dark mode on popular websites

Qu'est-ce que Dark Mode ?

Dark Mode est une extension Chrome développée par xjgshwhd882, et sa fonction principale est "With this extension you can enable dark mode on popular websites".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dark Mode

Téléchargez les fichiers d'extension Dark Mode 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

                        Simple click on a button will turn on dark mode for all webpages. Meet this cool Dark theme for your Chrome browser that can can be applied to every website.
This superb app for Chrome browser will switch a theme on all the websites. Social networks, websites and every new tab will be painted black. You no longer need to open settings to switch a dark every time you open new website- only one application provides awesome black on every new tab or website.                    

Informations de Base sur l'Extension

Nom Dark Mode Dark Mode
ID ckicbofgekmggdeifjkbekkjbbdjhnib
URL Officiel https://chromewebstore.google.com/detail/dark-mode/ckicbofgekmggdeifjkbekkjbbdjhnib
Description With this extension you can enable dark mode on popular websites
Taille du Fichier 263 KB
Nombre d'Installations 2,349
Version Actuelle 2.0
Dernière Mise à Jour 2023-03-02
Date de Publication 2021-03-06
Évaluation 2.92/5 Total 12 Évaluations
Développeur xjgshwhd882
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Dark Mode",
    "description": "With this extension you can enable dark mode on popular websites",
    "icons": {
        "128": "tynolertVanmol.png"
    },
    "version": "2.0",
    "permissions": [
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "jiplerVolaert.html"
    },
    "background": {
        "scripts": [
            "hutymloPaqw.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "nmaxrtadLopader.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*.css"
    ]
}