FCrypt
Browser extension for encryption of communications through the facebook private messaging system
Wat is FCrypt?
FCrypt is een Chrome-extensie ontwikkeld door Tasemu, en de belangrijkste functie is "Browser extension for encryption of communications through the facebook private messaging system".
Download het CRX-bestand van de extensie FCrypt
Download FCrypt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | FCrypt |
ID | iegnoclfhbfgelgobnfekhplapljhcfa |
Officiële URL | https://chromewebstore.google.com/detail/fcrypt/iegnoclfhbfgelgobnfekhplapljhcfa |
Beschrijving | Browser extension for encryption of communications through the facebook private messaging system |
Bestandsgrootte | 648 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-03-23 |
Publicatiedatum | 2016-03-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Tasemu |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://tasemu.github.io/FCrypt/ |
Ondersteunde Talen | 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 |