secretchat.site

Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.

secretchat.siteคืออะไร?

secretchat.site เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://secretchat.site และคุณลักษณะหลักของมันคือ "Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server."

ภาพหน้าจอของส่วนขยาย

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย secretchat.site ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Instantly create secure, private chatrooms.

All messages are encrypted with AES strong-crypto. 

Chat in realtime.

INSTRUCTIONS

After installing the extension:

Step 1: Click on the LOCK icon next to the Chrome address bar

Step 2: Pick a password

Step 3: A new tab will open -- share this URL (and the password) with whomever you want to chat with.

Step 4: Re-enter your password and choose a name.

Step 5: Chat securely.  Remember to give the other both chatroom URL and password.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ secretchat.site secretchat.site
ID joefgdcdjeihemhaidnphaeealjfjlkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/secretchatsite/joefgdcdjeihemhaidnphaeealjfjlkk
คำอธิบาย Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.
ขนาดไฟล์ 379 KB
จำนวนการติดตั้ง 86
เวอร์ชันปัจจุบัน 0.91
อัปเดตครั้งล่าสุด 2016-12-29
วันที่เผยแพร่ 2016-12-29
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://secretchat.site
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://secretchat.site
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "secretchat.site",
    "version": "0.91",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "icons\/secretchatsite16.png",
            "128": "icons\/secretchatsite128.png"
        },
        "default_title": "secretchat.site",
        "default_popup": "main2.html"
    },
    "description": "Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.",
    "icons": {
        "16": "icons\/secretchatsite16.png",
        "128": "icons\/secretchatsite128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "incognito": "split",
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "tts"
    ],
    "web_accessible_resources": [
        "icons\/secretchatsite48.png"
    ]
}