secretchat.site
Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.
Vad är secretchat.site?
secretchat.site är en Chrome-tillägg utvecklad av https://secretchat.site, och dess huvudfunktion är "Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.".
Tilläggsskärmbilder
Ladda ner secretchat.site-förlängningens CRX-fil
Ladda ner secretchat.site-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | joefgdcdjeihemhaidnphaeealjfjlkk |
| Officiell webbadress | https://chromewebstore.google.com/detail/secretchatsite/joefgdcdjeihemhaidnphaeealjfjlkk |
| Beskrivning | Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server. |
| Filstorlek | 379 KB |
| Antal Installationer | 86 |
| Aktuell Version | 0.91 |
| Senast Uppdaterad | 2016-12-29 |
| Publiceringsdatum | 2016-12-29 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://secretchat.site |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://secretchat.site |
| Stödda Språk | 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"
]
} | |