Wattpad Read Mode

Declutters Wattpad UI to let you focus on reading

Apa itu Wattpad Read Mode?

Wattpad Read Mode adalah ekstensi Chrome yang dikembangkan oleh stylv, dan fitur utamanya adalah "Declutters Wattpad UI to let you focus on reading".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Wattpad Read Mode

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

                        Adds a button called "Enable Read Mode" when you're in a Wattpad story. Click the button to hide all the clutter so you can focus on reading your story!                    

Informasi Dasar Ekstensi

Nama Wattpad Read Mode Wattpad Read Mode
ID dcccjojljijikdpgfollhdhfnmcedkkg
URL Resmi https://chromewebstore.google.com/detail/wattpad-read-mode/dcccjojljijikdpgfollhdhfnmcedkkg
Deskripsi Declutters Wattpad UI to let you focus on reading
Ukuran File 15.83 KB
Jumlah Instalasi 3,942
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-09-05
Tanggal Publikasi 2021-09-05
Penilaian 4.92/5 Total 13 Penilaian
Pengembang stylv
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": "Wattpad Read Mode",
    "version": "1.0.0",
    "description": "Declutters Wattpad UI to let you focus on reading",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.wattpad.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "wattpad16.png",
        "48": "wattpad48.png",
        "128": "wattpad128.png"
    }
}