secret-whatsapp
Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension.
¿Qué es secret-whatsapp?
secret-whatsapp es una extensión de Chrome desarrollada por Garry Lachman, y su función principal es "Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión secret-whatsapp
Descarga archivos de extensión secret-whatsapp en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Encrypted every message before you send it to the cloud using a secret key. The message is encrypted & decrypted on the client-side using "Secret Whatsapp" extesntion - no one can read it whatever your account is hacked or your phone is stolen. Each chat (contact) using its own secret key that the both of the side must agree before. To activate the encryption click on secret whatsapp icon in top of the chat, select a secret key, selected "enabled" and click save.
Información Básica de la Extensión
Nombre | |
ID | hlhgbdclcpjagehjgipoopcbkjalfgfn |
URL Oficial | https://chrome.google.com/webstore/detail/secret-whatsapp/hlhgbdclcpjagehjgipoopcbkjalfgfn |
Descripción | Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension. |
Tamaño del Archivo | 40.12 KB |
Cantidad de Instalaciones | 19 |
Versión Actual | 0.2.0 |
Última Actualización | 2020-04-06 |
Fecha de Publicación | 2020-04-01 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Garry Lachman |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://www.termsfeed.com/blog/legal-agreements-chrome-extensions |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.0", "name": "secret-whatsapp", "manifest_version": 2, "description": "Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension.", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "inject.js", "js\/inject.bundle.js" ], "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "inject.js" ] } ], "permissions": [ "activeTab", "contextMenus", "tabs", "storage", "https:\/\/web.whatsapp.com\/*" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;", "applications": { "gecko": { "id": "[email protected]" } } } |