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. Основная информация о расширении
| Название | |
| 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"
]
} | |