WhatsApp Web Dark Mode

A simple extention to turn on dark mode of WhatsApp Web

Qu'est-ce que WhatsApp Web Dark Mode ?

WhatsApp Web Dark Mode est une extension Chrome développée par Sashen Pasindu, et sa fonction principale est "A simple extention to turn on dark mode of WhatsApp Web".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension WhatsApp Web 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

                        A simple chrome extension to turn on the dark theme of WhatsApp Web                    

Informations de Base sur l'Extension

Nom WhatsApp Web Dark Mode WhatsApp Web Dark Mode
ID pbmjjliggohmnkgdfpggpiicnccnlhmm
URL Officiel https://chrome.google.com/webstore/detail/whatsapp-web-dark-mode/pbmjjliggohmnkgdfpggpiicnccnlhmm
Description A simple extention to turn on dark mode of WhatsApp Web
Taille du Fichier 43.16 KB
Nombre d'Installations 354
Version Actuelle 0.1
Dernière Mise à Jour 2020-05-20
Date de Publication 2020-05-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur Sashen Pasindu
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sashen.me
URL de la Page d'Aide https://twitter.com/sashenme
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp Web Dark Mode",
    "version": "0.1",
    "manifest_version": 2,
    "description": "A simple extention to turn on dark mode of WhatsApp Web",
    "author": "Sashen Pasindu",
    "homepage_url": "https:\/\/sashen.me",
    "background": {
        "scripts": [
            "modernizr.min.js",
            "js\/jquery-3.4.1.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js",
                "js\/jquery-3.4.1.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "128": "images\/icon_128.png"
    }
}