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.

Qu'est-ce que Secret Message Generator ?

Secret Message Generator est une extension Chrome développée par https://secret-message.web.app, et sa fonction principale est "Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Secret Message Generator

Téléchargez les fichiers d'extension Secret Message Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Secret Message Generator Secret Message Generator
ID ipjelanlkjfnojofehmehngipjaljlbk
URL Officiel 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.
Taille du Fichier 219 KB
Nombre d'Installations 100
Version Actuelle 1.0
Dernière Mise à Jour 2023-10-12
Date de Publication 2021-03-15
Développeur https://secret-message.web.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://secret-message.web.app/
URL de la Page d'Aide https://secret-message.web.app
Langues Prises en Charge 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"
        }
    }
}