WhatsApp Web Theme

This will change Whatsapp design.

Hvad er WhatsApp Web Theme?

WhatsApp Web Theme er en Chrome-udvidelse udviklet af Vishnu Pradeep, og dens hovedfunktion er "This will change Whatsapp design.".

Udvidelsesskærmbilleder

screenshot

Download WhatsApp Web Theme-udvidelses-CRX-fil

Download WhatsApp Web 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

                        Install this extension to change the WhatsApp Web theme (design). As the design is dark. It is good to use during night time also.                    

Grundlæggende oplysninger om udvidelsen

Navn WhatsApp Web Theme WhatsApp Web Theme
ID onkklabcnlcjpcniahgnjoaagobjeild
Officiel URL https://chrome.google.com/webstore/detail/whatsapp-web-theme/onkklabcnlcjpcniahgnjoaagobjeild
Beskrivelse This will change Whatsapp design.
Filstørrelse 83.35 KB
Antal Installationer 53
Nuværende Version 0.1.1
Senest Opdateret 2020-09-11
Udgivelsesdato 2020-09-11
Udvikler Vishnu Pradeep
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "name": "WhatsApp Web Theme",
    "version": "0.1.1",
    "description": "This will change Whatsapp design. ",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}