WhatsApp Web Dark Theme
Unofficial extension to activate dark theme on WhatsApp Web
什么是WhatsApp Web Dark Theme?
WhatsApp Web Dark Theme是由Paurav开发的Chrome扩展程序,该扩展的主要功能是“Unofficial extension to activate dark theme on WhatsApp Web”。
扩展截图
下载WhatsApp Web Dark Theme扩展crx文件
下载WhatsApp Web Dark Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Unofficial extension to activate dark theme/mode on WhatsApp Web. Switches the theme to dark by default. Use the toggle button to switch between the themes.
扩展基本信息
名称 | |
ID | iolpeomlccagjabagjnifiphjjlmpdoe |
官方URL | https://chrome.google.com/webstore/detail/whatsapp-web-dark-theme/iolpeomlccagjabagjnifiphjjlmpdoe |
简介 | Unofficial extension to activate dark theme on WhatsApp Web |
文件大小 | 14.24 KB |
安装次数 | 43 |
当前版本 | 1.0 |
更新时间 | 2020-06-14 |
上架时间 | 2020-06-14 |
开发者 | Paurav |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsApp Web Dark Theme", "version": "1.0", "description": "Unofficial extension to activate dark theme on WhatsApp Web", "permissions": [ "declarativeContent", "webNavigation", "https:\/\/web.whatsapp.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "html\/popup.html", "default_icon": { "16": "images\/whatsapp-16.png", "32": "images\/whatsapp-32.png", "48": "images\/whatsapp-48.png", "128": "images\/whatsapp-128.png" } }, "icons": { "16": "images\/whatsapp-16.png", "32": "images\/whatsapp-32.png", "48": "images\/whatsapp-48.png", "128": "images\/whatsapp-128.png" } } |