Encrypted Messenger
Make Facebook Messenger safe again
Was ist Encrypted Messenger?
Encrypted Messenger ist eine Chrome-Erweiterung, die von guillaume.v.sanchez entwickelt wurde, und ihr Hauptmerkmal ist "Make Facebook Messenger safe again".
Erweiterungsscreenshots
Encrypted Messenger-Erweiterungs-CRX-Datei herunterladen
Laden Sie Encrypted Messenger-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
Communicate safely with encrypted conversations. - No one without that extension and sharing the password with you can read your conversations. - If your laptop or phone is stolen, you are safe. - If someone uses your computer while you are away, they will not be able to read a thing. It's just you and the person, only while the cipher key is written into the extension. 1. Click on the Encrypted Messenger icon when on messenger.com 2. If you want to talk safely with someone, agree on a cipher key (password) 3. Write it in that conversation in the new input field on the top right of the screen and voilà! 4. To be able to read the text, either check the top right checkbox, or keep the Alt key pushed. Your conversations are encrypted with the AES algorithm, which has no vulnerability known to this date.
Grundlegende Informationen zur Erweiterung
Name | Encrypted Messenger |
ID | nfcippmaplkjogamdeahehhglpaggipa |
Offizielle URL | https://chromewebstore.google.com/detail/encrypted-messenger/nfcippmaplkjogamdeahehhglpaggipa |
Beschreibung | Make Facebook Messenger safe again |
Dateigröße | 20.93 KB |
Installationsanzahl | 65 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2018-08-01 |
Veröffentlichungsdatum | 2018-07-31 |
Bewertung | 2.50/5 Insgesamt 2 Bewertungen |
Entwickler | guillaume.v.sanchez |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Encrypted Messenger", "version": "0.0.2", "manifest_version": 2, "description": "Make Facebook Messenger safe again", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Encrypt", "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "base.js", "encrypted-messenger.js" ] } |