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.

什么是Secret Message Generator?

Secret Message Generator是由https://secret-message.web.app开发的Chrome扩展程序,该扩展的主要功能是“Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.”。

扩展截图

screenshot
screenshot
screenshot

下载Secret Message Generator扩展crx文件

下载Secret Message Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Secret Message Generator Secret Message Generator
ID ipjelanlkjfnojofehmehngipjaljlbk
官方URL https://chromewebstore.google.com/detail/secret-message-generator/ipjelanlkjfnojofehmehngipjaljlbk
简介 Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.
文件大小 219 KB
安装次数 100
当前版本 1.0
更新时间 2023-10-12
上架时间 2021-03-15
开发者 https://secret-message.web.app
电子邮箱 [email protected]
付费类型 free
扩展官网 https://secret-message.web.app/
帮助页面URL https://secret-message.web.app
支持的语言 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"
        }
    }
}