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.
Vad är Secret Message Generator?
Secret Message Generator är en Chrome-tillägg utvecklad av https://secret-message.web.app, och dess huvudfunktion är "Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.".
Tilläggsskärmbilder
Ladda ner Secret Message Generator-förlängningens CRX-fil
Ladda ner Secret Message Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Secret Message Generator |
ID | ipjelanlkjfnojofehmehngipjaljlbk |
Officiell webbadress | https://chromewebstore.google.com/detail/secret-message-generator/ipjelanlkjfnojofehmehngipjaljlbk |
Beskrivning | Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it. |
Filstorlek | 219 KB |
Antal Installationer | 100 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-10-12 |
Publiceringsdatum | 2021-03-15 |
Utvecklare | https://secret-message.web.app |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://secret-message.web.app/ |
Hjälpsida URL | https://secret-message.web.app |
Stödda Språk | 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" } } } |