secretchat.site

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

¿Qué es secretchat.site?

secretchat.site es una extensión de Chrome desarrollada por https://secretchat.site, y su función principal es "Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión secretchat.site

Descarga archivos de extensión secretchat.site en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre secretchat.site secretchat.site
ID joefgdcdjeihemhaidnphaeealjfjlkk
URL Oficial https://chromewebstore.google.com/detail/secretchatsite/joefgdcdjeihemhaidnphaeealjfjlkk
Descripción Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.
Tamaño del Archivo 379 KB
Cantidad de Instalaciones 86
Versión Actual 0.91
Última Actualización 2016-12-29
Fecha de Publicación 2016-12-29
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://secretchat.site
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://secretchat.site
Idiomas Soportados 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"
    ]
}