WebWhatsapp-Native-DarkMode

A simple way to add the native dark mode to your Web whatsapp.

What is WebWhatsapp-Native-DarkMode?

WebWhatsapp-Native-DarkMode is a Chrome extension developed by dippas, and its main feature is "A simple way to add the native dark mode to your Web whatsapp.".

Extension Screenshots

screenshot
screenshot

Download WebWhatsapp-Native-DarkMode Extension CRX File

Download WebWhatsapp-Native-DarkMode 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

                        This extension adds the native dark mode in web whatsapp version by default.

Also you can toggle between dark and light theme.                    

Extension Basic Information

Name WebWhatsapp-Native-DarkMode WebWhatsapp-Native-DarkMode
ID hofpgmccblgdpklckoopbfpcojffbfef
Official URL https://chrome.google.com/webstore/detail/webwhatsapp-native-darkmo/hofpgmccblgdpklckoopbfpcojffbfef
Description A simple way to add the native dark mode to your Web whatsapp.
File Size 19.82 KB
Installation Count 231
Current Version 1.1.1
Last Updated 2020-07-06
Publish Date 2020-06-11
Rating 5.00/5 Total 1 Ratings
Developer dippas
Email [email protected]
Payment Type free
Extension Website https://dippas.github.io/WebWhatsapp-Native-DarkMode/
Help Page URL https://github.com/dippas/WebWhatsapp-Native-DarkMode/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebWhatsapp-Native-DarkMode",
    "version": "1.1.1",
    "author": "dippas",
    "description": "A simple way to add the native dark mode to your Web whatsapp.",
    "icons": {
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/icon-32.png",
        "default_title": "WebWhatsapp-Native-DarkMode",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "js\/extension\/webwhatsappnativedarkmode.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}