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
Eメール [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"
    ]
}