secretchat.site
Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.
O que é secretchat.site?
secretchat.site é uma extensão do Chrome desenvolvida por https://secretchat.site, e sua principal característica é "Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão secretchat.site
Baixe arquivos de extensão secretchat.site no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | secretchat.site |
ID | joefgdcdjeihemhaidnphaeealjfjlkk |
URL Oficial | https://chromewebstore.google.com/detail/secretchatsite/joefgdcdjeihemhaidnphaeealjfjlkk |
Descrição | Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server. |
Tamanho do Arquivo | 379 KB |
Contagem de Instalações | 86 |
Versão Atual | 0.91 |
Última Atualização | 2016-12-29 |
Data de Publicação | 2016-12-29 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://secretchat.site |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://secretchat.site |
Idiomas Suportados | 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" ] } |