WhatsApp Web Theme
This will change Whatsapp design.
什么是WhatsApp Web Theme?
WhatsApp Web Theme是由Vishnu Pradeep开发的Chrome扩展程序,该扩展的主要功能是“This will change Whatsapp design.”。
扩展截图
下载WhatsApp Web Theme扩展crx文件
下载WhatsApp Web Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Install this extension to change the WhatsApp Web theme (design). As the design is dark. It is good to use during night time also.
扩展基本信息
名称 | |
ID | onkklabcnlcjpcniahgnjoaagobjeild |
官方URL | https://chrome.google.com/webstore/detail/whatsapp-web-theme/onkklabcnlcjpcniahgnjoaagobjeild |
简介 | This will change Whatsapp design. |
文件大小 | 83.35 KB |
安装次数 | 53 |
当前版本 | 0.1.1 |
更新时间 | 2020-09-11 |
上架时间 | 2020-09-11 |
开发者 | Vishnu Pradeep |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "name": "WhatsApp Web Theme", "version": "0.1.1", "description": "This will change Whatsapp design. ", "content_scripts": [ { "css": [ "style.css" ], "js": [ "jquery-3.5.1.min.js", "main.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ] } |