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 to jest Secret Message Generator?

Secret Message Generator to rozszerzenie Chrome opracowane przez https://secret-message.web.app, a jego główną funkcją jest „Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Secret Message Generator

Pobierz pliki rozszerzeń Secret Message Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Secret Message Generator Secret Message Generator
ID ipjelanlkjfnojofehmehngipjaljlbk
Oficjalny URL https://chromewebstore.google.com/detail/secret-message-generator/ipjelanlkjfnojofehmehngipjaljlbk
Opis Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.
Rozmiar pliku 219 KB
Liczba instalacji 100
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-10-12
Data Publikacji 2021-03-15
Deweloper https://secret-message.web.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://secret-message.web.app/
Adres URL Strony Pomocy https://secret-message.web.app
Obsługiwane Języki 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"
        }
    }
}