FCrypt

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

FCrypt क्या है?

FCrypt Tasemu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser extension for encryption of communications through the facebook private messaging system"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FCrypt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/"
}