whatsdarky

Darky mode for WhatsApp Web

What is whatsdarky?

whatsdarky is a Chrome extension developed by gomflo, and its main feature is "Darky mode for WhatsApp Web".

Extension Screenshots

screenshot

Download whatsdarky Extension CRX File

Download whatsdarky 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

                        Dark mode for WhatsApp Web 🌑                    

Extension Basic Information

Name whatsdarky whatsdarky
ID onlpbgcgiknneacakonfimlakcmhikme
Official URL https://chromewebstore.google.com/detail/whatsdarky/onlpbgcgiknneacakonfimlakcmhikme
Description Darky mode for WhatsApp Web
File Size 464 KB
Installation Count 85
Current Version 1.6
Last Updated 2019-12-18
Publish Date 2019-12-11
Rating 5.00/5 Total 2 Ratings
Developer gomflo
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "whatsdarky",
    "description": "Darky mode for WhatsApp Web",
    "author": "gomflo",
    "version": "1.6",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}