Encrypted Messenger

Make Facebook Messenger safe again

Encrypted Messengerคืออะไร?

Encrypted Messenger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย guillaume.v.sanchez และคุณลักษณะหลักของมันคือ "Make Facebook Messenger safe again"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Encrypted Messenger

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}