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 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 ",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "http:\/\/tasemu.github.io\/FCrypt\/"
}