Privacy Extension for WhatsApp Privacy
Privacy Extension for WhatsApp Privacy
Qu'est-ce que Privacy Extension for WhatsApp Privacy ?
Privacy Extension for WhatsApp Privacy est une extension Chrome développée par luteyguillory8j3, et sa fonction principale est "Privacy Extension for WhatsApp Privacy".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Privacy Extension for WhatsApp Privacy
Téléchargez les fichiers d'extension Privacy Extension for WhatsApp Privacy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Hide messages, images, account profile on WhatsApp screen to keep your privacy. Hide WA messages or images as you wish, we offer you a private WA. It increases your WA Chrome privacy in public areas by bluring contents only if you hover the content with your cursor. How to hide messages? You could toggle different setting on the WhatsApp privacy extension in order to meets your personal needs. Features: - Blur messages in chat. - Blur message preview on the left of wa screen. - Blur media preview on screen including all images, videos, stickers that are apart from the text. - Blur profile pictures. - Hover to reveal certain content that you need ------------------------------------------ LEGAL ------------------------------------------ WhatsApp is a trademark of WhatsApp Inc. registered in the U.S. and other countries. WAPlus is an independent project and has no relationship to WhatsApp.
Informations de Base sur l'Extension
Nom | Privacy Extension for WhatsApp Privacy |
ID | cgipcgghboamefelooajpiabilddemlh |
URL Officiel | https://chromewebstore.google.com/detail/privacy-extension-for-wha/cgipcgghboamefelooajpiabilddemlh |
Description | Privacy Extension for WhatsApp Privacy |
Taille du Fichier | 3.68 MB |
Nombre d'Installations | 147,843 |
Version Actuelle | 1.0.36 |
Dernière Mise à Jour | 2024-01-30 |
Date de Publication | 2022-05-16 |
Évaluation | 3.94/5 Total 77 Évaluations |
Développeur | luteyguillory8j3 |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://docs.google.com/document/d/1JXXrAYfMfOkaB_NsLneMQehvoOuXM13cUjADrBPFtrk/edit |
Langues Prises en Charge | id,de,en,en-GB,en-US,fil,fr,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,pt-BR,pt-PT,sk,sl,fi,cs,el,bg,ru,fa,hi,bn,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extDesc__", "homepage_url": "https:\/\/web.whatsapp.com\/", "description": "__MSG_extDesc__", "default_locale": "en", "permissions": [ "storage", "scripting" ], "host_permissions": [ "*:\/\/*.whatsapp.com\/*" ], "icons": { "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "load.js", "content-script.js", "drainage-module.js", "redirect-link.js" ], "css": [ "css\/wa-attach.css" ], "extension_ids": [ "cgipcgghboamefelooajpiabilddemlh" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_icon": { "128": "icons\/128.png" } }, "web_accessible_resources": [ { "resources": [ "images\/*", "css\/*", "fonts\/*", "img\/*", "icons\/*", "inject-scripts\/*" ], "matches": [ "*:\/\/*.whatsapp.com\/*" ] }, { "resources": [ "images\/*" ], "extension_ids": [ "cgipcgghboamefelooajpiabilddemlh" ], "matches": [ "*:\/\/*.whatsapp.com\/*" ] } ], "version": "1.0.36" } |