WhatsApp Dark Mode

Enables Dark Mode on WhatsApp Web

Cos'è WhatsApp Dark Mode?

WhatsApp Dark Mode è un'estensione di Chrome sviluppata da http://harshitpeer.com, e la sua funzione principale è "Enables Dark Mode on WhatsApp Web".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione WhatsApp Dark Mode

Scarica i file di estensione WhatsApp Dark Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This simple and minimal extension gives you Dark Mode on WhatsApp Web with just one time installation

This is an unofficial enhacement for WhatsApp Web. This extension is not related in any way to WhatsApp Inc. WhatsApp is a trademark of WhatsApp Inc.                    

Informazioni di Base sull'Estensione

Nome WhatsApp Dark Mode WhatsApp Dark Mode
ID jccncdabkmlbdieginahchogcfllfkhk
URL Ufficiale https://chrome.google.com/webstore/detail/whatsapp-dark-mode/jccncdabkmlbdieginahchogcfllfkhk
Descrizione Enables Dark Mode on WhatsApp Web
Dimensione del File 5.38 KB
Conteggio Installazioni 20
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-05-21
Data di Pubblicazione 2020-05-21
Sviluppatore http://harshitpeer.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://harshitpeer.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatsApp Dark Mode",
    "short_name": "WDM",
    "description": "Enables Dark Mode on WhatsApp Web",
    "version": "1.0.0",
    "icons": {
        "64": "images\/icon.png"
    },
    "permissions": [
        "https:\/\/web.whatsapp.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "64": "images\/icon.png"
        },
        "default_title": "Enables Dark Mode on WhatsApp Web",
        "default_popup": "html\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/whatsmsg.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/web.whatsapp.com\/*",
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}