FCrypt

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

FCryptคืออะไร?

FCrypt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tasemu และคุณลักษณะหลักของมันคือ "Browser extension for encryption of communications through the facebook private messaging system"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FCrypt

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
}