Wattpad Read Mode

Declutters Wattpad UI to let you focus on reading

Wat is Wattpad Read Mode?

Wattpad Read Mode is een Chrome-extensie ontwikkeld door stylv, en de belangrijkste functie is "Declutters Wattpad UI to let you focus on reading".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Wattpad Read Mode

Download Wattpad Read Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Wattpad Read Mode Wattpad Read Mode
ID dcccjojljijikdpgfollhdhfnmcedkkg
Officiële URL https://chromewebstore.google.com/detail/wattpad-read-mode/dcccjojljijikdpgfollhdhfnmcedkkg
Beschrijving Declutters Wattpad UI to let you focus on reading
Bestandsgrootte 15.83 KB
Aantal Installaties 3,942
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-09-05
Publicatiedatum 2021-09-05
Beoordeling 4.92/5 Totaal 13 Beoordelingen
Ontwikkelaar stylv
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}