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是由https://secretchat.site開發的Chrome擴展程式,該擴展的主要功能是“Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.”。

擴展截圖

screenshot

下載secretchat.site擴展crx文件

下載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
官方網址 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"
    ]
}