AES-Crypto

Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.

AES-Crypto क्या है?

AES-Crypto chrome-extension-publishers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AES-Crypto एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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/
सहायता पृष्ठ URL https://whitetowersoftware.github.io/crypto-aes-chrome-extension/SUPPORT.html
गोपनीयता नीति पृष्ठ URL 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"
    }
}