secretchat.site

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

Wat is secretchat.site?

secretchat.site is een Chrome-extensie ontwikkeld door https://secretchat.site, en de belangrijkste functie is "Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie secretchat.site

Download secretchat.site-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam secretchat.site secretchat.site
ID joefgdcdjeihemhaidnphaeealjfjlkk
Officiële URL https://chromewebstore.google.com/detail/secretchatsite/joefgdcdjeihemhaidnphaeealjfjlkk
Beschrijving Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.
Bestandsgrootte 379 KB
Aantal Installaties 86
Huidige Versie 0.91
Laatst Bijgewerkt 2016-12-29
Publicatiedatum 2016-12-29
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://secretchat.site
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://secretchat.site
Ondersteunde Talen 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"
    ]
}