FCrypt

Browser extension for encryption of communications through the facebook private messaging system

O que é FCrypt?

FCrypt é uma extensão do Chrome desenvolvida por Tasemu, e sua principal característica é "Browser extension for encryption of communications through the facebook private messaging system".

Baixar o arquivo CRX da Extensão FCrypt

Baixe arquivos de extensão FCrypt no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome FCrypt FCrypt
ID iegnoclfhbfgelgobnfekhplapljhcfa
URL Oficial https://chromewebstore.google.com/detail/fcrypt/iegnoclfhbfgelgobnfekhplapljhcfa
Descrição Browser extension for encryption of communications through the facebook private messaging system
Tamanho do Arquivo 648 KB
Contagem de Instalações 14
Versão Atual 1.0.1
Última Atualização 2016-03-23
Data de Publicação 2016-03-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Tasemu
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://tasemu.github.io/FCrypt/
Idiomas Suportados 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\/"
}