Wattpad Dark Mode
Creates dark mode for Wattpad editing mode only.
什么是Wattpad Dark Mode?
Wattpad Dark Mode是由SVK212开发的Chrome扩展程序,该扩展的主要功能是“Creates dark mode for Wattpad editing mode only.”。
扩展截图
下载Wattpad Dark Mode扩展crx文件
下载Wattpad Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It's a simple extension useful only for editing story on Wattpad Website. I tried a number of extensions already available on store, but none of them worked, so I created this extension for my own comfort and felt like it should be shared.
扩展基本信息
名称 | Wattpad Dark Mode |
ID | fdkdhnmocjdpgbjofkmkcfnhkblmadce |
官方URL | https://chrome.google.com/webstore/detail/wattpad-dark-mode/fdkdhnmocjdpgbjofkmkcfnhkblmadce |
简介 | Creates dark mode for Wattpad editing mode only. |
文件大小 | 23.45 KB |
安装次数 | 5,940 |
当前版本 | 0.1.0 |
更新时间 | 2021-04-03 |
上架时间 | 2021-04-03 |
评分 | 2.81/5 共47次评分 |
开发者 | SVK212 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wattpad Dark Mode", "version": "0.1.0", "description": "Creates dark mode for Wattpad editing mode only.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.wattpad.com\/myworks\/*" ] } ] } |