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.

Wat is Secret Message Generator?

Secret Message Generator is een Chrome-extensie ontwikkeld door https://secret-message.web.app, en de belangrijkste functie is "Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Secret Message Generator

Download Secret Message Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Secret Message Generator Secret Message Generator
ID ipjelanlkjfnojofehmehngipjaljlbk
Officiële URL https://chromewebstore.google.com/detail/secret-message-generator/ipjelanlkjfnojofehmehngipjaljlbk
Beschrijving Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.
Bestandsgrootte 219 KB
Aantal Installaties 100
Huidige Versie 1.0
Laatst Bijgewerkt 2023-10-12
Publicatiedatum 2021-03-15
Ontwikkelaar https://secret-message.web.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://secret-message.web.app/
Help Pagina-URL https://secret-message.web.app
Ondersteunde Talen 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"
        }
    }
}