Wattpad Read Mode

Declutters Wattpad UI to let you focus on reading

Hvad er Wattpad Read Mode?

Wattpad Read Mode er en Chrome-udvidelse udviklet af stylv, og dens hovedfunktion er "Declutters Wattpad UI to let you focus on reading".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Wattpad Read Mode-udvidelses-CRX-fil

Download Wattpad Read Mode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Wattpad Read Mode Wattpad Read Mode
ID dcccjojljijikdpgfollhdhfnmcedkkg
Officiel URL https://chromewebstore.google.com/detail/wattpad-read-mode/dcccjojljijikdpgfollhdhfnmcedkkg
Beskrivelse Declutters Wattpad UI to let you focus on reading
Filstørrelse 15.83 KB
Antal Installationer 3,942
Nuværende Version 1.0.0
Senest Opdateret 2021-09-05
Udgivelsesdato 2021-09-05
Bedømmelse 4.92/5 Samlet 13 Bedømmelser
Udvikler stylv
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}