secretchat.site

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

Co je secretchat.site?

secretchat.site je rozšíření Chrome vyvinuté https://secretchat.site, a jeho hlavní funkcí je „Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření secretchat.site

Stáhněte si soubory rozšíření secretchat.site ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název secretchat.site secretchat.site
ID joefgdcdjeihemhaidnphaeealjfjlkk
Oficiální URL https://chromewebstore.google.com/detail/secretchatsite/joefgdcdjeihemhaidnphaeealjfjlkk
Popis Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.
Velikost souboru 379 KB
Počet instalací 86
Aktuální Verze 0.91
Poslední Aktualizace 2016-12-29
Datum Vydání 2016-12-29
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://secretchat.site
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://secretchat.site
Podporované Jazyky 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"
    ]
}