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 هو إضافة Chrome تم تطويرها بواسطة https://secret-message.web.app، والميزة الرئيسية لها هي "Write a message to someone, and encrypt it! Send the message and keys to someone for them to decrypt it and read it.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Secret Message Generator
قم بتنزيل ملفات الامتداد Secret Message Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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/ |
عنوان صفحة المساعدة | 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" } } } |