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

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения AES-Crypto

Скачайте файлы расширений 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"
    }
}