WhatsApp Web Dark Mode

A simple extention to turn on dark mode of WhatsApp Web

Apa itu WhatsApp Web Dark Mode?

WhatsApp Web Dark Mode adalah ekstensi Chrome yang dikembangkan oleh Sashen Pasindu, dan fitur utamanya adalah "A simple extention to turn on dark mode of WhatsApp Web".

Screenshot Ekstensi

screenshot
screenshot
screenshot
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

                        A simple chrome extension to turn on the dark theme of WhatsApp Web                    

Informasi Dasar Ekstensi

Nama WhatsApp Web Dark Mode WhatsApp Web Dark Mode
ID pbmjjliggohmnkgdfpggpiicnccnlhmm
URL Resmi https://chrome.google.com/webstore/detail/whatsapp-web-dark-mode/pbmjjliggohmnkgdfpggpiicnccnlhmm
Deskripsi A simple extention to turn on dark mode of WhatsApp Web
Ukuran File 43.16 KB
Jumlah Instalasi 354
Versi Saat Ini 0.1
Terakhir Diperbarui 2020-05-20
Tanggal Publikasi 2020-05-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Sashen Pasindu
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sashen.me
URL Halaman Bantuan https://twitter.com/sashenme
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp Web Dark Mode",
    "version": "0.1",
    "manifest_version": 2,
    "description": "A simple extention to turn on dark mode of WhatsApp Web",
    "author": "Sashen Pasindu",
    "homepage_url": "https:\/\/sashen.me",
    "background": {
        "scripts": [
            "modernizr.min.js",
            "js\/jquery-3.4.1.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js",
                "js\/jquery-3.4.1.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "128": "images\/icon_128.png"
    }
}