WhatsApp Web Dark Mode

Enables WhatsApp Web app dark theme feature.

What is WhatsApp Web Dark Mode?

WhatsApp Web Dark Mode is a Chrome extension developed by brsozdmr34, and its main feature is "Enables WhatsApp Web app dark theme feature.".

Extension Screenshots

screenshot

Download WhatsApp Web Dark Mode Extension CRX File

Download WhatsApp Web Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Enables the dark theme feature of the WhatsApp Web application. It offers an alternative to the eye-tiring light colored theme.                    

Extension Basic Information

Name WhatsApp Web Dark Mode WhatsApp Web Dark Mode
ID ejjnogoenbonilncgmmbjoigeihncgco
Official URL https://chrome.google.com/webstore/detail/whatsapp-web-dark-mode/ejjnogoenbonilncgmmbjoigeihncgco
Description Enables WhatsApp Web app dark theme feature.
File Size 23.23 KB
Installation Count 689
Current Version 1.0
Last Updated 2020-11-18
Publish Date 2020-05-16
Rating 5.00/5 Total 2 Ratings
Developer brsozdmr34
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp Web Dark Mode",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Enables WhatsApp Web app dark theme feature.",
    "browser_action": {
        "default_icon": "dark.png"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}