WhatsHide
NOT related in any way to WhatsApp Inc., This Extension hides private chats of WhatsApp Web.
What is WhatsHide?
WhatsHide is a Chrome extension developed by rowcode, and its main feature is "NOT related in any way to WhatsApp Inc., This Extension hides private chats of WhatsApp Web.".
Extension Screenshots
Download WhatsHide Extension CRX File
Download WhatsHide extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WhatsHide |
ID | hooppjkiofnpgbmokmcpppihhjdmjlbk |
Official URL | https://chromewebstore.google.com/detail/whatshide/hooppjkiofnpgbmokmcpppihhjdmjlbk |
Description | NOT related in any way to WhatsApp Inc., This Extension hides private chats of WhatsApp Web. |
File Size | 258 KB |
Installation Count | 1,469 |
Current Version | 2.1 |
Last Updated | 2024-02-14 |
Publish Date | 2020-05-08 |
Rating | 4.00/5 Total 8 Ratings |
Developer | rowcode |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/rodvieirasilva/whatshide |
Help Page URL | https://github.com/rodvieirasilva/whatshide |
Supported Languages | 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\/" ] } |