Encrypted Messenger

Make Facebook Messenger safe again

Encrypted Messenger क्या है?

Encrypted Messenger guillaume.v.sanchez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make Facebook Messenger safe again"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Encrypted Messenger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Encrypted Messenger Encrypted Messenger
ID nfcippmaplkjogamdeahehhglpaggipa
आधिकारिक URL https://chromewebstore.google.com/detail/encrypted-messenger/nfcippmaplkjogamdeahehhglpaggipa
विवरण Make Facebook Messenger safe again
फ़ाइल का आकार 20.93 KB
स्थापना संख्या 65
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2018-08-01
प्रकाशन तिथि 2018-07-31
रेटिंग 2.50/5 कुल 2 रेटिंग्स
डेवलपर guillaume.v.sanchez
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}