WhatsApp Web Dark Theme

Unofficial extension to activate dark theme on WhatsApp Web

O que é WhatsApp Web Dark Theme?

WhatsApp Web Dark Theme é uma extensão do Chrome desenvolvida por Paurav, e sua principal característica é "Unofficial extension to activate dark theme on WhatsApp Web".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão WhatsApp Web Dark Theme

Baixe arquivos de extensão WhatsApp Web Dark Theme no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome WhatsApp Web Dark Theme WhatsApp Web Dark Theme
ID iolpeomlccagjabagjnifiphjjlmpdoe
URL Oficial https://chrome.google.com/webstore/detail/whatsapp-web-dark-theme/iolpeomlccagjabagjnifiphjjlmpdoe
Descrição Unofficial extension to activate dark theme on WhatsApp Web
Tamanho do Arquivo 14.24 KB
Contagem de Instalações 43
Versão Atual 1.0
Última Atualização 2020-06-14
Data de Publicação 2020-06-14
Desenvolvedor Paurav
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}