AES-Crypto

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

What is AES-Crypto?

AES-Crypto is a Chrome extension developed by chrome-extension-publishers, and its main feature is "Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download AES-Crypto Extension CRX File

Download AES-Crypto extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name AES-Crypto AES-Crypto
ID jljbknadichkemgeidkedffeokbkgmhi
Official URL https://chromewebstore.google.com/detail/aes-crypto/jljbknadichkemgeidkedffeokbkgmhi
Description Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.
File Size 639 KB
Installation Count 74
Current Version 1.2
Last Updated 2023-06-04
Publish Date 2023-05-04
Rating 5.00/5 Total 1 Ratings
Developer chrome-extension-publishers
Email [email protected]
Payment Type free
Extension Website https://whitetowersoftware.github.io/crypto-aes-chrome-extension/
Help Page URL https://whitetowersoftware.github.io/crypto-aes-chrome-extension/SUPPORT.html
Privacy Policy Page URL https://whitetowersoftware.github.io/crypto-aes-chrome-extension/PRIVACY_POLICY.html
Supported Languages 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"
    }
}