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.
O que é Secret Message Generator?
Secret Message Generator é uma extensão do Chrome desenvolvida por https://secret-message.web.app, e sua principal característica é "Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Secret Message Generator
Baixe arquivos de extensão Secret Message Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Secret Message Generator |
ID | ipjelanlkjfnojofehmehngipjaljlbk |
URL Oficial | https://chromewebstore.google.com/detail/secret-message-generator/ipjelanlkjfnojofehmehngipjaljlbk |
Descrição | Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it. |
Tamanho do Arquivo | 219 KB |
Contagem de Instalações | 100 |
Versão Atual | 1.0 |
Última Atualização | 2023-10-12 |
Data de Publicação | 2021-03-15 |
Desenvolvedor | https://secret-message.web.app |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://secret-message.web.app/ |
URL da Página de Ajuda | https://secret-message.web.app |
Idiomas Suportados | 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" } } } |