WhatsApp Dark Mode
Enables dark mode whatsapp on web
什么是WhatsApp Dark Mode?
WhatsApp Dark Mode是由http://gray-hat.me开发的Chrome扩展程序,该扩展的主要功能是“Enables dark mode whatsapp on web”。
扩展截图
下载WhatsApp Dark Mode扩展crx文件
下载WhatsApp Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Installing this extension enables you to browse web.whatsapp.com in dark mode We've tried to keep the extension as simplistic as possible ** The latest version carries some minor improvements in message info and ticks **
扩展基本信息
名称 | |
ID | fbolkifobpcngjegimaiefiahjaaeeog |
官方URL | https://chrome.google.com/webstore/detail/whatsapp-dark-mode/fbolkifobpcngjegimaiefiahjaaeeog |
简介 | Enables dark mode whatsapp on web |
文件大小 | 28.03 KB |
安装次数 | 24 |
当前版本 | 2.3 |
更新时间 | 2020-06-08 |
上架时间 | 2020-06-08 |
评分 | 5.00/5 共1次评分 |
开发者 | http://gray-hat.me |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://gray-hat.me/ |
帮助页面URL | https://discord.gg/SyycB82 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WhatsApp Dark Mode", "version": "2.3", "description": "Enables dark mode whatsapp on web", "manifest_version": 2, "author": "GrayHat", "page_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/web.whatsapp.com\/*" ], "incognito": "split", "offline_enabled": true, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "css": [ "stylev2.css" ] } ], "web_accessible_resources": [ "stylev2.css" ] } |