WhatsApp Web Dark Theme

Unofficial extension to activate dark theme on WhatsApp Web

Apa itu WhatsApp Web Dark Theme?

WhatsApp Web Dark Theme adalah ekstensi Chrome yang dikembangkan oleh Paurav, dan fitur utamanya adalah "Unofficial extension to activate dark theme on WhatsApp Web".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi WhatsApp Web Dark Theme

Unduh file ekstensi WhatsApp Web Dark Theme 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

                        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.                    

Informasi Dasar Ekstensi

Nama WhatsApp Web Dark Theme WhatsApp Web Dark Theme
ID iolpeomlccagjabagjnifiphjjlmpdoe
URL Resmi https://chrome.google.com/webstore/detail/whatsapp-web-dark-theme/iolpeomlccagjabagjnifiphjjlmpdoe
Deskripsi Unofficial extension to activate dark theme on WhatsApp Web
Ukuran File 14.24 KB
Jumlah Instalasi 43
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-06-14
Tanggal Publikasi 2020-06-14
Pengembang Paurav
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}