WhatsApp Web Dark Mode

Enables WhatsApp Web app dark theme feature.

Apa itu WhatsApp Web Dark Mode?

WhatsApp Web Dark Mode adalah ekstensi Chrome yang dikembangkan oleh brsozdmr34, dan fitur utamanya adalah "Enables WhatsApp Web app dark theme feature.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WhatsApp Web Dark Mode

Unduh file ekstensi WhatsApp Web Dark Mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Enables the dark theme feature of the WhatsApp Web application. It offers an alternative to the eye-tiring light colored theme.                    

Informasi Dasar Ekstensi

Nama WhatsApp Web Dark Mode WhatsApp Web Dark Mode
ID ejjnogoenbonilncgmmbjoigeihncgco
URL Resmi https://chrome.google.com/webstore/detail/whatsapp-web-dark-mode/ejjnogoenbonilncgmmbjoigeihncgco
Deskripsi Enables WhatsApp Web app dark theme feature.
Ukuran File 23.23 KB
Jumlah Instalasi 689
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-11-18
Tanggal Publikasi 2020-05-16
Penilaian 5.00/5 Total 2 Penilaian
Pengembang brsozdmr34
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp Web Dark Mode",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Enables WhatsApp Web app dark theme feature.",
    "browser_action": {
        "default_icon": "dark.png"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}