WhatsApp Web Dark Theme

Unofficial extension to activate dark theme on WhatsApp Web

Hvad er WhatsApp Web Dark Theme?

WhatsApp Web Dark Theme er en Chrome-udvidelse udviklet af Paurav, og dens hovedfunktion er "Unofficial extension to activate dark theme on WhatsApp Web".

Udvidelsesskærmbilleder

screenshot
screenshot

Download WhatsApp Web Dark Theme-udvidelses-CRX-fil

Download WhatsApp Web Dark Theme-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn WhatsApp Web Dark Theme WhatsApp Web Dark Theme
ID iolpeomlccagjabagjnifiphjjlmpdoe
Officiel URL https://chrome.google.com/webstore/detail/whatsapp-web-dark-theme/iolpeomlccagjabagjnifiphjjlmpdoe
Beskrivelse Unofficial extension to activate dark theme on WhatsApp Web
Filstørrelse 14.24 KB
Antal Installationer 43
Nuværende Version 1.0
Senest Opdateret 2020-06-14
Udgivelsesdato 2020-06-14
Udvikler Paurav
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}