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开发的Chrome扩展程序,该扩展的主要功能是“Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载AES-Crypto扩展crx文件

下载AES-Crypto扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}