Wattpad Read Mode
Declutters Wattpad UI to let you focus on reading
Vad är Wattpad Read Mode?
Wattpad Read Mode är en Chrome-tillägg utvecklad av stylv, och dess huvudfunktion är "Declutters Wattpad UI to let you focus on reading".
Tilläggsskärmbilder
Ladda ner Wattpad Read Mode-förlängningens CRX-fil
Ladda ner Wattpad Read Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | dcccjojljijikdpgfollhdhfnmcedkkg |
| Officiell webbadress | https://chromewebstore.google.com/detail/wattpad-read-mode/dcccjojljijikdpgfollhdhfnmcedkkg |
| Beskrivning | Declutters Wattpad UI to let you focus on reading |
| Filstorlek | 15.83 KB |
| Antal Installationer | 3,942 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2021-09-05 |
| Publiceringsdatum | 2021-09-05 |
| Betyg | 4.92/5 Totalt 13 Betyg |
| Utvecklare | stylv |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |