AES-Crypto
Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.
ما هو AES-Crypto؟
AES-Crypto هو إضافة Chrome تم تطويرها بواسطة chrome-extension-publishers، والميزة الرئيسية لها هي "Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AES-Crypto
قم بتنزيل ملفات الامتداد AES-Crypto بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows users to easily encrypt and decrypt data using the AES encryption method as base64. It detects all requests, enabling you to select any request and view its details as a JSON tree. When the extension cannot parse the data to JSON, it attempts to decrypt it.
معلومات أساسية عن التمديد
الاسم | AES-Crypto |
ID | jljbknadichkemgeidkedffeokbkgmhi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/aes-crypto/jljbknadichkemgeidkedffeokbkgmhi |
الوصف | Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64. |
حجم الملف | 639 KB |
عدد التثبيتات | 74 |
النسخة الحالية | 1.2 |
آخر تحديث | 2023-06-04 |
تاريخ النشر | 2023-05-04 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | chrome-extension-publishers |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/ |
عنوان صفحة المساعدة | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/SUPPORT.html |
عنوان صفحة سياسة الخصوصية | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/PRIVACY_POLICY.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AES-Crypto", "version": "1.2", "description": "Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.", "manifest_version": 3, "devtools_page": "devtools.html", "permissions": [ "webNavigation", "storage", "clipboardWrite" ], "icons": { "16": "crypto-aes.png", "48": "crypto-aes.png", "128": "crypto-aes.png" } } |