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.

Co je Secret Message Generator?

Secret Message Generator je rozšíření Chrome vyvinuté https://secret-message.web.app, a jeho hlavní funkcí je „Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Secret Message Generator

Stáhněte si soubory rozšíření Secret Message Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Secret Message Generator Secret Message Generator
ID ipjelanlkjfnojofehmehngipjaljlbk
Oficiální URL https://chromewebstore.google.com/detail/secret-message-generator/ipjelanlkjfnojofehmehngipjaljlbk
Popis Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.
Velikost souboru 219 KB
Počet instalací 100
Aktuální Verze 1.0
Poslední Aktualizace 2023-10-12
Datum Vydání 2021-03-15
Vývojář https://secret-message.web.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://secret-message.web.app/
URL Stránky Nápovědy https://secret-message.web.app
Podporované Jazyky 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"
        }
    }
}