Encrypted Messenger
Make Facebook Messenger safe again
Encrypted Messenger란 무엇입니까?
Encrypted Messenger은(는) guillaume.v.sanchez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make Facebook Messenger safe again"입니다.
확장 프로그램 스크린샷
Encrypted Messenger 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |