WhatsApp Dark Mode

Enables dark mode whatsapp on web

Qu'est-ce que WhatsApp Dark Mode ?

WhatsApp Dark Mode est une extension Chrome développée par http://gray-hat.me, et sa fonction principale est "Enables dark mode whatsapp on web".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WhatsApp Dark Mode

Téléchargez les fichiers d'extension WhatsApp Dark Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Installing this extension enables you to browse web.whatsapp.com in dark mode
We've tried to keep the extension as simplistic as possible

** The latest version carries some minor improvements in message info and ticks **                    

Informations de Base sur l'Extension

Nom WhatsApp Dark Mode WhatsApp Dark Mode
ID fbolkifobpcngjegimaiefiahjaaeeog
URL Officiel https://chrome.google.com/webstore/detail/whatsapp-dark-mode/fbolkifobpcngjegimaiefiahjaaeeog
Description Enables dark mode whatsapp on web
Taille du Fichier 28.03 KB
Nombre d'Installations 24
Version Actuelle 2.3
Dernière Mise à Jour 2020-06-08
Date de Publication 2020-06-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://gray-hat.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gray-hat.me/
URL de la Page d'Aide https://discord.gg/SyycB82
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp Dark Mode",
    "version": "2.3",
    "description": "Enables dark mode whatsapp on web",
    "manifest_version": 2,
    "author": "GrayHat",
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/web.whatsapp.com\/*"
    ],
    "incognito": "split",
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "stylev2.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "stylev2.css"
    ]
}