secret-whatsapp
Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension.
Wat is secret-whatsapp?
secret-whatsapp is een Chrome-extensie ontwikkeld door Garry Lachman, en de belangrijkste functie is "Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie secret-whatsapp
Download secret-whatsapp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hlhgbdclcpjagehjgipoopcbkjalfgfn |
Officiële URL | https://chrome.google.com/webstore/detail/secret-whatsapp/hlhgbdclcpjagehjgipoopcbkjalfgfn |
Beschrijving | Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension. |
Bestandsgrootte | 40.12 KB |
Aantal Installaties | 19 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2020-04-06 |
Publicatiedatum | 2020-04-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Garry Lachman |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.termsfeed.com/blog/legal-agreements-chrome-extensions |
Ondersteunde Talen | 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]" } } } |