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.

What is Secret Message Generator?

Secret Message Generator is a Chrome extension developed by https://secret-message.web.app, and its main feature is "Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Secret Message Generator Extension CRX File

Download Secret Message Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Secret Message Generator Secret Message Generator
ID ipjelanlkjfnojofehmehngipjaljlbk
Official URL https://chromewebstore.google.com/detail/secret-message-generator/ipjelanlkjfnojofehmehngipjaljlbk
Description Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.
File Size 219 KB
Installation Count 100
Current Version 1.0
Last Updated 2023-10-12
Publish Date 2021-03-15
Developer https://secret-message.web.app
Email [email protected]
Payment Type free
Extension Website https://secret-message.web.app/
Help Page URL https://secret-message.web.app
Supported Languages 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"
        }
    }
}