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
官方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"
    ]
}