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 là gì?
Secret Message Generator là một tiện ích mở rộng Chrome được phát triển bởi https://secret-message.web.app, và tính năng chính của nó là "Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Secret Message Generator
Tải xuống các tệp mở rộng Secret Message Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Secret Message Generator |
ID | ipjelanlkjfnojofehmehngipjaljlbk |
URL Chính Thức | https://chromewebstore.google.com/detail/secret-message-generator/ipjelanlkjfnojofehmehngipjaljlbk |
Mô tả | Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it. |
Kích Thước Tệp | 219 KB |
Số Lần Cài Đặt | 100 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-10-12 |
Ngày Phát Hành | 2021-03-15 |
Nhà Phát Triển | https://secret-message.web.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://secret-message.web.app/ |
URL Trang Trợ Giúp | https://secret-message.web.app |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |