WhatsApp Web Theme

This will change Whatsapp design.

Co to jest WhatsApp Web Theme?

WhatsApp Web Theme to rozszerzenie Chrome opracowane przez Vishnu Pradeep, a jego główną funkcją jest „This will change Whatsapp design.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WhatsApp Web Theme

Pobierz pliki rozszerzeń WhatsApp Web Theme w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa WhatsApp Web Theme WhatsApp Web Theme
ID onkklabcnlcjpcniahgnjoaagobjeild
Oficjalny URL https://chrome.google.com/webstore/detail/whatsapp-web-theme/onkklabcnlcjpcniahgnjoaagobjeild
Opis This will change Whatsapp design.
Rozmiar pliku 83.35 KB
Liczba instalacji 53
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2020-09-11
Data Publikacji 2020-09-11
Deweloper Vishnu Pradeep
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}