whatsdarky

Darky mode for WhatsApp Web

Apa itu whatsdarky?

whatsdarky adalah ekstensi Chrome yang dikembangkan oleh gomflo, dan fitur utamanya adalah "Darky mode for WhatsApp Web".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi whatsdarky

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

                        Dark mode for WhatsApp Web 🌑                    

Informasi Dasar Ekstensi

Nama whatsdarky whatsdarky
ID onlpbgcgiknneacakonfimlakcmhikme
URL Resmi https://chromewebstore.google.com/detail/whatsdarky/onlpbgcgiknneacakonfimlakcmhikme
Deskripsi Darky mode for WhatsApp Web
Ukuran File 464 KB
Jumlah Instalasi 85
Versi Saat Ini 1.6
Terakhir Diperbarui 2019-12-18
Tanggal Publikasi 2019-12-11
Penilaian 5.00/5 Total 2 Penilaian
Pengembang gomflo
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "whatsdarky",
    "description": "Darky mode for WhatsApp Web",
    "author": "gomflo",
    "version": "1.6",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}