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 https://secretchat.site द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Private online chat. All messages encrypted with 128-bit AES encryption. Everything is realtime and not stored on server."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में secretchat.site एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |