Wattpad Dark Mode
This extension gives Wattpad a nice dark theme.
什么是Wattpad Dark Mode?
Wattpad Dark Mode是由KLM1318开发的Chrome扩展程序,该扩展的主要功能是“This extension gives Wattpad a nice dark theme.”。
扩展截图
下载Wattpad Dark Mode扩展crx文件
下载Wattpad Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Important! This extension is no longer getting updates and will soon not fully work anymore. This message will be deleted when there will be new updates. This extension gives the Wattpad site a nice dark theme so that your eyes can relax while you are reading, writing, or just browsing the site. All pages starting with 'https://www.wattpad.com' should have a dark theme after installing this extension. If you've found a bug in the extension please let me know! You can find how to contact me in the popup of the extension. Now click that install button and have a fun time reading, writing and browsing! ** Disclaimer: this extension is in no way connected to the Wattpad or Webtoon Company.
扩展基本信息
名称 | Wattpad Dark Mode |
ID | pmfpkabijpecelpcdbadhbhlbhgnppkc |
官方URL | https://chromewebstore.google.com/detail/wattpad-dark-mode/pmfpkabijpecelpcdbadhbhlbhgnppkc |
简介 | This extension gives Wattpad a nice dark theme. |
文件大小 | 49.26 KB |
安装次数 | 8,000 |
当前版本 | 1.9.51 |
更新时间 | 2024-01-15 |
上架时间 | 2022-12-28 |
评分 | 4.80/5 共35次评分 |
开发者 | KLM1318 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wattpad Dark Mode", "description": "This extension gives Wattpad a nice dark theme.", "version": "1.9.51", "author": "KLM1318", "action": { "default_popup": ".\/popup.html", "default_title": "Wattpad Dark Mode" }, "icons": { "16": ".\/wattpad-dark-mode-low-resolution-color-logo.png", "48": ".\/wattpad-dark-mode-low-resolution-color-logo.png", "128": ".\/wattpad-dark-mode-low-resolution-color-logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.wattpad.com\/*", "https:\/\/www.wattpad.com\/home" ], "css": [ ".\/main.css" ], "all_frames": true } ] } |