AES-Crypto

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

Qu'est-ce que AES-Crypto ?

AES-Crypto est une extension Chrome développée par chrome-extension-publishers, et sa fonction principale est "Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AES-Crypto

Téléchargez les fichiers d'extension AES-Crypto au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AES-Crypto AES-Crypto
ID jljbknadichkemgeidkedffeokbkgmhi
URL Officiel 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.
Taille du Fichier 639 KB
Nombre d'Installations 74
Version Actuelle 1.2
Dernière Mise à Jour 2023-06-04
Date de Publication 2023-05-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur chrome-extension-publishers
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://whitetowersoftware.github.io/crypto-aes-chrome-extension/
URL de la Page d'Aide https://whitetowersoftware.github.io/crypto-aes-chrome-extension/SUPPORT.html
URL de la Page de Politique de Confidentialité https://whitetowersoftware.github.io/crypto-aes-chrome-extension/PRIVACY_POLICY.html
Langues Prises en Charge 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"
    }
}