FCrypt
Browser extension for encryption of communications through the facebook private messaging system
FCrypt란 무엇입니까?
FCrypt은(는) Tasemu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension for encryption of communications through the facebook private messaging system"입니다.
FCrypt 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fcrypt is a browser extension that allows you and a friend or group of friends to safely communicate using the facebook website chat system. All messages and end-to-end encrypted with an AES256 encryption algorithm and encrypted/decrypted locally in the browser so no plaintext ever hits Facebook servers. Fcrypt automatically encrypts and decrypts messages once a password has been entered so that you can chat naturally with your friends and they can reply like a normal FB conversation. Please never trust any encryption method with your life. No encryption is perfect, keep this in mind when transmitting sensitive information across the internet and be sure to practise common sense when communicating over any medium.
확장 프로그램 기본 정보
이름 | FCrypt |
ID | iegnoclfhbfgelgobnfekhplapljhcfa |
공식 URL | https://chromewebstore.google.com/detail/fcrypt/iegnoclfhbfgelgobnfekhplapljhcfa |
설명 | Browser extension for encryption of communications through the facebook private messaging system |
파일 크기 | 648 KB |
설치 횟수 | 14 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2016-03-23 |
출시 날짜 | 2016-03-22 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Tasemu |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://tasemu.github.io/FCrypt/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FCrypt", "short_name": "FCrypt", "description": "Browser extension for encryption of communications through the facebook private messaging system", "version": "1.0.1", "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "scripts\/jquery-2.2.1.js", "scripts\/bililiteRange.js", "scripts\/jquery.sendkeys.js", "scripts\/remodal.min.js", "background.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "styles\/*", "fonts\/*", "scripts\/*" ], "author": "Montague Monro |