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ファイルをダウンロード
FCrypt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 |