WhatsHide
NOT related in any way to WhatsApp Inc., This Extension hides private chats of WhatsApp Web.
什么是WhatsHide?
WhatsHide是由rowcode开发的Chrome扩展程序,该扩展的主要功能是“NOT related in any way to WhatsApp Inc., This Extension hides private chats of WhatsApp Web.”。
扩展截图
下载WhatsHide扩展crx文件
下载WhatsHide扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is an unofficial enhancement for WhatsApp Web. This extension is not related in any way to WhatsApp Inc. This extension hides private chats of WhatsApp Web.
扩展基本信息
名称 | WhatsHide |
ID | hooppjkiofnpgbmokmcpppihhjdmjlbk |
官方URL | https://chromewebstore.google.com/detail/whatshide/hooppjkiofnpgbmokmcpppihhjdmjlbk |
简介 | NOT related in any way to WhatsApp Inc., This Extension hides private chats of WhatsApp Web. |
文件大小 | 258 KB |
安装次数 | 1,469 |
当前版本 | 2.1 |
更新时间 | 2024-02-14 |
上架时间 | 2020-05-08 |
评分 | 4.00/5 共8次评分 |
开发者 | rowcode |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/rodvieirasilva/whatshide |
帮助页面URL | https://github.com/rodvieirasilva/whatshide |
支持的语言 | en,es,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WhatsHide", "description": "__MSG_descriptionApp__", "version": "2.1", "default_locale": "en", "action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "__MSG_defaultTitle__" }, "content_scripts": [ { "matches": [ "http:\/\/web.whatsapp.com\/*", "https:\/\/web.whatsapp.com\/*", "http:\/\/whatsapp.com\/*", "https:\/\/whatsapp.com\/*" ], "js": [ "\/scripts\/jquery-3.1.0.min.js", "\/scripts\/filterdom.js" ] } ], "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/ajax.googleapis.com\/" ] } |