Encrypted Messenger

Make Facebook Messenger safe again

¿Qué es Encrypted Messenger?

Encrypted Messenger es una extensión de Chrome desarrollada por guillaume.v.sanchez, y su función principal es "Make Facebook Messenger safe again".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Encrypted Messenger

Descarga archivos de extensión Encrypted Messenger 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

                        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.                    

Información Básica de la Extensión

Nombre Encrypted Messenger Encrypted Messenger
ID nfcippmaplkjogamdeahehhglpaggipa
URL Oficial https://chromewebstore.google.com/detail/encrypted-messenger/nfcippmaplkjogamdeahehhglpaggipa
Descripción Make Facebook Messenger safe again
Tamaño del Archivo 20.93 KB
Cantidad de Instalaciones 65
Versión Actual 0.0.2
Última Actualización 2018-08-01
Fecha de Publicación 2018-07-31
Calificación 2.50/5 Total de 2 Calificaciones
Desarrollador guillaume.v.sanchez
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}