secretchat.site
Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.
What is secretchat.site?
secretchat.site is a Chrome extension developed by https://secretchat.site, and its main feature is "Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.".
Extension Screenshots
Download secretchat.site Extension CRX File
Download secretchat.site extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | secretchat.site |
ID | joefgdcdjeihemhaidnphaeealjfjlkk |
Official URL | https://chromewebstore.google.com/detail/secretchatsite/joefgdcdjeihemhaidnphaeealjfjlkk |
Description | Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server. |
File Size | 379 KB |
Installation Count | 86 |
Current Version | 0.91 |
Last Updated | 2016-12-29 |
Publish Date | 2016-12-29 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://secretchat.site |
[email protected] | |
Payment Type | free |
Extension Website | https://secretchat.site |
Supported Languages | 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" ] } |