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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |