secretchat.site
Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.
Was ist secretchat.site?
secretchat.site ist eine Chrome-Erweiterung, die von https://secretchat.site entwickelt wurde, und ihr Hauptmerkmal ist "Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.".
Erweiterungsscreenshots
secretchat.site-Erweiterungs-CRX-Datei herunterladen
Laden Sie secretchat.site-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | joefgdcdjeihemhaidnphaeealjfjlkk |
| Offizielle URL | https://chromewebstore.google.com/detail/secretchatsite/joefgdcdjeihemhaidnphaeealjfjlkk |
| Beschreibung | Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server. |
| Dateigröße | 379 KB |
| Installationsanzahl | 86 |
| Aktuelle Version | 0.91 |
| Letztes Update | 2016-12-29 |
| Veröffentlichungsdatum | 2016-12-29 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://secretchat.site |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://secretchat.site |
| Unterstützte Sprachen | 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"
]
} | |