secretchat.site

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

secretchat.site là gì?

secretchat.site là một tiện ích mở rộng Chrome được phát triển bởi https://secretchat.site, và tính năng chính của nó là "Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng secretchat.site

Tải xuống các tệp mở rộng secretchat.site dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên secretchat.site secretchat.site
ID joefgdcdjeihemhaidnphaeealjfjlkk
URL Chính Thức https://chromewebstore.google.com/detail/secretchatsite/joefgdcdjeihemhaidnphaeealjfjlkk
Mô tả Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.
Kích Thước Tệp 379 KB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 0.91
Cập Nhật Lần Cuối 2016-12-29
Ngày Phát Hành 2016-12-29
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://secretchat.site
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://secretchat.site
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}