Wattpad Read Mode
Declutters Wattpad UI to let you focus on reading
什么是Wattpad Read Mode?
Wattpad Read Mode是由stylv开发的Chrome扩展程序,该扩展的主要功能是“Declutters Wattpad UI to let you focus on reading”。
扩展截图
下载Wattpad Read Mode扩展crx文件
下载Wattpad Read Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Wattpad Read Mode |
ID | dcccjojljijikdpgfollhdhfnmcedkkg |
官方URL | https://chromewebstore.google.com/detail/wattpad-read-mode/dcccjojljijikdpgfollhdhfnmcedkkg |
简介 | Declutters Wattpad UI to let you focus on reading |
文件大小 | 15.83 KB |
安装次数 | 3,942 |
当前版本 | 1.0.0 |
更新时间 | 2021-09-05 |
上架时间 | 2021-09-05 |
评分 | 4.92/5 共13次评分 |
开发者 | stylv |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |