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.
Cos'è Secret Message Generator?
Secret Message Generator è un'estensione di Chrome sviluppata da https://secret-message.web.app, e la sua funzione principale è "Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Secret Message Generator
Scarica i file di estensione Secret Message Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Secret Message Generator |
ID | ipjelanlkjfnojofehmehngipjaljlbk |
URL Ufficiale | https://chromewebstore.google.com/detail/secret-message-generator/ipjelanlkjfnojofehmehngipjaljlbk |
Descrizione | Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it. |
Dimensione del File | 219 KB |
Conteggio Installazioni | 100 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-10-12 |
Data di Pubblicazione | 2021-03-15 |
Sviluppatore | https://secret-message.web.app |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://secret-message.web.app/ |
URL della Pagina di Aiuto | https://secret-message.web.app |
Lingue Supportate | 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" } } } |