Secret Message Generator
Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.
Что такое Secret Message Generator?
Secret Message Generator - это расширение Chrome, разработанное https://secret-message.web.app, и его основная функция - "Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.".
Снимки экрана расширения
Скачать файл CRX расширения Secret Message Generator
Скачайте файлы расширений Secret Message Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
You can enter a message, and it will give you an encrypted value and 3 numbers(keys). You can send those to someone, and it can be decrypted and read.
Основная информация о расширении
Название | Secret Message Generator |
ID | ipjelanlkjfnojofehmehngipjaljlbk |
Официальный URL | https://chromewebstore.google.com/detail/secret-message-generator/ipjelanlkjfnojofehmehngipjaljlbk |
Описание | Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it. |
Размер файла | 219 KB |
Количество установок | 100 |
Текущая Версия | 1.0 |
Последнее Обновление | 2023-10-12 |
Дата публикации | 2021-03-15 |
Разработчик | https://secret-message.web.app |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://secret-message.web.app/ |
URL страницы помощи | https://secret-message.web.app |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Secret Message Generator", "description": "Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" } } } |