secretchat.site
Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.
Cos'è secretchat.site?
secretchat.site è un'estensione di Chrome sviluppata da https://secretchat.site, e la sua funzione principale è "Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione secretchat.site
Scarica i file di estensione secretchat.site in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | secretchat.site |
ID | joefgdcdjeihemhaidnphaeealjfjlkk |
URL Ufficiale | https://chromewebstore.google.com/detail/secretchatsite/joefgdcdjeihemhaidnphaeealjfjlkk |
Descrizione | Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server. |
Dimensione del File | 379 KB |
Conteggio Installazioni | 86 |
Versione Corrente | 0.91 |
Ultimo Aggiornamento | 2016-12-29 |
Data di Pubblicazione | 2016-12-29 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://secretchat.site |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://secretchat.site |
Lingue Supportate | 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" ] } |