Encrypted Messenger
Make Facebook Messenger safe again
什麼是Encrypted Messenger?
Encrypted Messenger是由guillaume.v.sanchez開發的Chrome擴展程式,該擴展的主要功能是“Make Facebook Messenger safe again”。
擴展截圖
下載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 |
ID | nfcippmaplkjogamdeahehhglpaggipa |
官方網址 | 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" ] } |