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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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