Wattpad Read Mode
Declutters Wattpad UI to let you focus on reading
What is Wattpad Read Mode?
Wattpad Read Mode is a Chrome extension developed by stylv, and its main feature is "Declutters Wattpad UI to let you focus on reading".
Extension Screenshots
Download Wattpad Read Mode Extension CRX File
Download Wattpad Read Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Wattpad Read Mode |
ID | dcccjojljijikdpgfollhdhfnmcedkkg |
Official URL | https://chromewebstore.google.com/detail/wattpad-read-mode/dcccjojljijikdpgfollhdhfnmcedkkg |
Description | Declutters Wattpad UI to let you focus on reading |
File Size | 15.83 KB |
Installation Count | 3,942 |
Current Version | 1.0.0 |
Last Updated | 2021-09-05 |
Publish Date | 2021-09-05 |
Rating | 4.92/5 Total 13 Ratings |
Developer | stylv |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |