secretchat.site
Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.
Apa itu secretchat.site?
secretchat.site adalah ekstensi Chrome yang dikembangkan oleh https://secretchat.site, dan fitur utamanya adalah "Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi secretchat.site
Unduh file ekstensi secretchat.site dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | secretchat.site |
ID | joefgdcdjeihemhaidnphaeealjfjlkk |
URL Resmi | https://chromewebstore.google.com/detail/secretchatsite/joefgdcdjeihemhaidnphaeealjfjlkk |
Deskripsi | Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server. |
Ukuran File | 379 KB |
Jumlah Instalasi | 86 |
Versi Saat Ini | 0.91 |
Terakhir Diperbarui | 2016-12-29 |
Tanggal Publikasi | 2016-12-29 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://secretchat.site |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://secretchat.site |
Bahasa yang Didukung | 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" ] } |