Encrypted Messenger

Make Facebook Messenger safe again

Qu'est-ce que Encrypted Messenger ?

Encrypted Messenger est une extension Chrome développée par guillaume.v.sanchez, et sa fonction principale est "Make Facebook Messenger safe again".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Encrypted Messenger

Téléchargez les fichiers d'extension Encrypted Messenger au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Encrypted Messenger Encrypted Messenger
ID nfcippmaplkjogamdeahehhglpaggipa
URL Officiel https://chromewebstore.google.com/detail/encrypted-messenger/nfcippmaplkjogamdeahehhglpaggipa
Description Make Facebook Messenger safe again
Taille du Fichier 20.93 KB
Nombre d'Installations 65
Version Actuelle 0.0.2
Dernière Mise à Jour 2018-08-01
Date de Publication 2018-07-31
Évaluation 2.50/5 Total 2 Évaluations
Développeur guillaume.v.sanchez
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}