Dark Mode WebWhatsapp by Alain

Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it

O que é Dark Mode WebWhatsapp by Alain?

Dark Mode WebWhatsapp by Alain é uma extensão do Chrome desenvolvida por alainpaulinn, e sua principal característica é "Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dark Mode WebWhatsapp by Alain

Baixe arquivos de extensão Dark Mode WebWhatsapp by Alain 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

                        This is a very simple extension, without any background processes yet very useful for people who need Web Whatsapp (on computer or tablet) especially at night. This does not need any configuration, by the time you install it, and Boomm It works!
Disable The Extension when you do not need dark mode, and re-enable it when you need it.
Never again get Eye pain because of having blasted too much Whatsapp Web bright light into your eyes at night.                    

Informações Básicas da Extensão

Nome Dark Mode WebWhatsapp by Alain Dark Mode WebWhatsapp by Alain
ID kffnmkhdjniiefbclcbgcdonjnkdplcl
URL Oficial https://chrome.google.com/webstore/detail/dark-mode-webwhatsapp-by/kffnmkhdjniiefbclcbgcdonjnkdplcl
Descrição Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it
Tamanho do Arquivo 1.16 MB
Contagem de Instalações 122
Versão Atual 1.0.0
Última Atualização 2020-08-18
Data de Publicação 2020-07-26
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor alainpaulinn
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": "Dark Mode WebWhatsapp by Alain",
    "version": "1.0.0",
    "description": "Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "AlainDARKWebWatsapp.png"
    }
}