AES-Crypto

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

Was ist AES-Crypto?

AES-Crypto ist eine Chrome-Erweiterung, die von chrome-extension-publishers entwickelt wurde, und ihr Hauptmerkmal ist "Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

AES-Crypto-Erweiterungs-CRX-Datei herunterladen

Laden Sie AES-Crypto-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AES-Crypto AES-Crypto
ID jljbknadichkemgeidkedffeokbkgmhi
Offizielle URL https://chromewebstore.google.com/detail/aes-crypto/jljbknadichkemgeidkedffeokbkgmhi
Beschreibung Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.
Dateigröße 639 KB
Installationsanzahl 74
Aktuelle Version 1.2
Letztes Update 2023-06-04
Veröffentlichungsdatum 2023-05-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler chrome-extension-publishers
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://whitetowersoftware.github.io/crypto-aes-chrome-extension/
Hilfeseite URL https://whitetowersoftware.github.io/crypto-aes-chrome-extension/SUPPORT.html
URL der Datenschutzrichtlinien-Seite https://whitetowersoftware.github.io/crypto-aes-chrome-extension/PRIVACY_POLICY.html
Unterstützte Sprachen 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"
    }
}