Encrypted Messenger

Make Facebook Messenger safe again

Encrypted Messengerとは何ですか?

Encrypted Messengerはguillaume.v.sanchezによって開発されたChromeの拡張機能で、その主な機能は「Make Facebook Messenger safe again」です。

拡張機能のスクリーンショット

screenshot

Encrypted Messenger拡張機能のCRXファイルをダウンロード

Encrypted Messenger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}