secret-whatsapp

Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension.

Was ist secret-whatsapp?

secret-whatsapp ist eine Chrome-Erweiterung, die von Garry Lachman entwickelt wurde, und ihr Hauptmerkmal ist "Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

secret-whatsapp-Erweiterungs-CRX-Datei herunterladen

Laden Sie secret-whatsapp-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name secret-whatsapp secret-whatsapp
ID hlhgbdclcpjagehjgipoopcbkjalfgfn
Offizielle URL https://chrome.google.com/webstore/detail/secret-whatsapp/hlhgbdclcpjagehjgipoopcbkjalfgfn
Beschreibung Encrypted evey message you send in Whatsapp. The message content can be viewed only when using Secret Whatsapp extension.
Dateigröße 40.12 KB
Installationsanzahl 19
Aktuelle Version 0.2.0
Letztes Update 2020-04-06
Veröffentlichungsdatum 2020-04-01
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Garry Lachman
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.termsfeed.com/blog/legal-agreements-chrome-extensions
Unterstützte Sprachen 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]"
        }
    }
}