DarkZap

Dark mode for WhatsApp Web

Apa itu DarkZap?

DarkZap adalah ekstensi Chrome yang dikembangkan oleh Diguifi, dan fitur utamanya adalah "Dark mode for WhatsApp Web".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DarkZap

Unduh file ekstensi DarkZap 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

                        A different design for the dark theme of Whatsapp.


Latest update includes:
- Remove permission request for declarativeContent (29/10/2021)
- Fixed colors to match official update (01/07/2020)                    

Informasi Dasar Ekstensi

Nama DarkZap DarkZap
ID lpmlpaidgnhjlipfemkoljoonicafkfl
URL Resmi https://chromewebstore.google.com/detail/darkzap/lpmlpaidgnhjlipfemkoljoonicafkfl
Deskripsi Dark mode for WhatsApp Web
Ukuran File 12.62 KB
Jumlah Instalasi 117
Versi Saat Ini 1.0.8
Terakhir Diperbarui 2021-10-30
Tanggal Publikasi 2020-07-02
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Diguifi
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/diguifi/darkzap/issues
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DarkZap",
    "description": "Dark mode for WhatsApp Web",
    "version": "1.0.8",
    "options_page": "options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "dark.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "darkzap.css"
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "DarkZap",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}