Wattpad Read Mode
Declutters Wattpad UI to let you focus on reading
Cos'è Wattpad Read Mode?
Wattpad Read Mode è un'estensione di Chrome sviluppata da stylv, e la sua funzione principale è "Declutters Wattpad UI to let you focus on reading".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wattpad Read Mode
Scarica i file di estensione Wattpad Read Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | dcccjojljijikdpgfollhdhfnmcedkkg |
| URL Ufficiale | https://chromewebstore.google.com/detail/wattpad-read-mode/dcccjojljijikdpgfollhdhfnmcedkkg |
| Descrizione | Declutters Wattpad UI to let you focus on reading |
| Dimensione del File | 15.83 KB |
| Conteggio Installazioni | 3,942 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2021-09-05 |
| Data di Pubblicazione | 2021-09-05 |
| Valutazione | 4.92/5 Totale 13 Valutazioni |
| Sviluppatore | stylv |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |