WhatsApp Web Dark Theme

Unofficial extension to activate dark theme on WhatsApp Web

What is WhatsApp Web Dark Theme?

WhatsApp Web Dark Theme is a Chrome extension developed by Paurav, and its main feature is "Unofficial extension to activate dark theme on WhatsApp Web".

Extension Screenshots

screenshot
screenshot

Download WhatsApp Web Dark Theme Extension CRX File

Download WhatsApp Web Dark Theme 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

                        Unofficial extension to activate dark theme/mode on WhatsApp Web. Switches the theme to dark by default. Use the toggle button to switch between the themes.                    

Extension Basic Information

Name WhatsApp Web Dark Theme WhatsApp Web Dark Theme
ID iolpeomlccagjabagjnifiphjjlmpdoe
Official URL https://chrome.google.com/webstore/detail/whatsapp-web-dark-theme/iolpeomlccagjabagjnifiphjjlmpdoe
Description Unofficial extension to activate dark theme on WhatsApp Web
File Size 14.24 KB
Installation Count 43
Current Version 1.0
Last Updated 2020-06-14
Publish Date 2020-06-14
Developer Paurav
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatsApp Web Dark Theme",
    "version": "1.0",
    "description": "Unofficial extension to activate dark theme on WhatsApp Web",
    "permissions": [
        "declarativeContent",
        "webNavigation",
        "https:\/\/web.whatsapp.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/whatsapp-16.png",
            "32": "images\/whatsapp-32.png",
            "48": "images\/whatsapp-48.png",
            "128": "images\/whatsapp-128.png"
        }
    },
    "icons": {
        "16": "images\/whatsapp-16.png",
        "32": "images\/whatsapp-32.png",
        "48": "images\/whatsapp-48.png",
        "128": "images\/whatsapp-128.png"
    }
}