AES-Crypto

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

O que é AES-Crypto?

AES-Crypto é uma extensão do Chrome desenvolvida por chrome-extension-publishers, e sua principal característica é "Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AES-Crypto

Baixe arquivos de extensão AES-Crypto no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AES-Crypto AES-Crypto
ID jljbknadichkemgeidkedffeokbkgmhi
URL Oficial https://chromewebstore.google.com/detail/aes-crypto/jljbknadichkemgeidkedffeokbkgmhi
Descrição Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.
Tamanho do Arquivo 639 KB
Contagem de Instalações 74
Versão Atual 1.2
Última Atualização 2023-06-04
Data de Publicação 2023-05-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor chrome-extension-publishers
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://whitetowersoftware.github.io/crypto-aes-chrome-extension/
URL da Página de Ajuda https://whitetowersoftware.github.io/crypto-aes-chrome-extension/SUPPORT.html
URL da Página de Política de Privacidade https://whitetowersoftware.github.io/crypto-aes-chrome-extension/PRIVACY_POLICY.html
Idiomas Suportados 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"
    }
}