Wattpad Dark Mode

Creates dark mode for Wattpad editing mode only.

Apa itu Wattpad Dark Mode?

Wattpad Dark Mode adalah ekstensi Chrome yang dikembangkan oleh SVK212, dan fitur utamanya adalah "Creates dark mode for Wattpad editing mode only.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Wattpad Dark Mode

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

                        It's a simple extension useful only for editing story on Wattpad Website. 

I tried a number of extensions already available on store, but none of them worked, so I created this extension for my own comfort and felt like it should be shared.                    

Informasi Dasar Ekstensi

Nama Wattpad Dark Mode Wattpad Dark Mode
ID fdkdhnmocjdpgbjofkmkcfnhkblmadce
URL Resmi https://chrome.google.com/webstore/detail/wattpad-dark-mode/fdkdhnmocjdpgbjofkmkcfnhkblmadce
Deskripsi Creates dark mode for Wattpad editing mode only.
Ukuran File 23.45 KB
Jumlah Instalasi 5,940
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2021-04-03
Tanggal Publikasi 2021-04-03
Penilaian 2.81/5 Total 47 Penilaian
Pengembang SVK212
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wattpad Dark Mode",
    "version": "0.1.0",
    "description": "Creates dark mode for Wattpad editing mode only.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.wattpad.com\/myworks\/*"
            ]
        }
    ]
}