secretchat.site

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

Qu'est-ce que secretchat.site ?

secretchat.site est une extension Chrome développée par https://secretchat.site, et sa fonction principale est "Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension secretchat.site

Téléchargez les fichiers d'extension secretchat.site au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom secretchat.site secretchat.site
ID joefgdcdjeihemhaidnphaeealjfjlkk
URL Officiel 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.
Taille du Fichier 379 KB
Nombre d'Installations 86
Version Actuelle 0.91
Dernière Mise à Jour 2016-12-29
Date de Publication 2016-12-29
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://secretchat.site
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://secretchat.site
Langues Prises en Charge 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"
    ]
}