Whatsapp Web Dark Theme

Enables Dark Theme for Whatsapp Web

What is Whatsapp Web Dark Theme?

Whatsapp Web Dark Theme is a Chrome extension developed by badtz52, and its main feature is "Enables Dark Theme for Whatsapp Web".

Extension Screenshots

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

                        Enables Dark theme for Whatsapp Web with a click                    

Extension Basic Information

Name Whatsapp Web Dark Theme Whatsapp Web Dark Theme
ID lfldaakfpbiplnhanbedonbbkbeomnmm
Official URL https://chrome.google.com/webstore/detail/whatsapp-web-dark-theme/lfldaakfpbiplnhanbedonbbkbeomnmm
Description Enables Dark Theme for Whatsapp Web
File Size 17.08 KB
Installation Count 35
Current Version 1.0
Last Updated 2020-05-19
Publish Date 2020-05-19
Developer badtz52
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whatsapp Web Dark Theme",
    "version": "1.0",
    "description": "Enables Dark Theme for Whatsapp Web",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/whatsapp_dark16.png",
            "32": "images\/whatsapp_dark32.png",
            "48": "images\/whatsapp_dark48.png",
            "128": "images\/whatsapp_dark128.png"
        }
    },
    "icons": {
        "16": "images\/whatsapp_dark16.png",
        "32": "images\/whatsapp_dark32.png",
        "48": "images\/whatsapp_dark48.png",
        "128": "images\/whatsapp_dark128.png"
    },
    "manifest_version": 2
}