Whatsapp Dark

Ativa modo dark no Whatsapp Web

What is Whatsapp Dark?

Whatsapp Dark is a Chrome extension developed by leomagalhaesrj, and its main feature is "Ativa modo dark no Whatsapp Web".

Extension Screenshots

screenshot
screenshot
screenshot

Download Whatsapp Dark Extension CRX File

Download Whatsapp Dark 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

                        Ativa o modo dark no Whatsapp web, mesmo ao fechar o navegador ou dar refresh na página, o whatsapp funcionará com modo dark automaticamente.                    

Extension Basic Information

Name Whatsapp Dark Whatsapp Dark
ID helmecacmhepghmlpjmgoamhdfncgjcn
Official URL https://chrome.google.com/webstore/detail/whatsapp-dark/helmecacmhepghmlpjmgoamhdfncgjcn
Description Ativa modo dark no Whatsapp Web
File Size 44.98 KB
Installation Count 50
Current Version 1.0
Last Updated 2020-05-26
Publish Date 2020-05-26
Rating 5.00/5 Total 3 Ratings
Developer leomagalhaesrj
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whatsapp Dark",
    "version": "1.0",
    "description": "Ativa modo dark no Whatsapp Web",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ]
        }
    ]
}