secretchat.site
Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.
Τι είναι το secretchat.site;
Το secretchat.site είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://secretchat.site, και η κύρια λειτουργία του είναι "Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης secretchat.site
Λήψη αρχείων επέκτασης secretchat.site σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | secretchat.site |
ID | joefgdcdjeihemhaidnphaeealjfjlkk |
Επίσημο URL | https://chromewebstore.google.com/detail/secretchatsite/joefgdcdjeihemhaidnphaeealjfjlkk |
Περιγραφή | Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server. |
Μέγεθος Αρχείου | 379 KB |
Αριθμός Εγκαταστάσεων | 86 |
Τρέχουσα Έκδοση | 0.91 |
Τελευταία Ενημέρωση | 2016-12-29 |
Ημερομηνία Δημοσίευσης | 2016-12-29 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://secretchat.site |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://secretchat.site |
Υποστηριζόμενες Γλώσσες | 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" ] } |