AES-Crypto

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

Wat is AES-Crypto?

AES-Crypto is een Chrome-extensie ontwikkeld door chrome-extension-publishers, en de belangrijkste functie is "Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie AES-Crypto

Download AES-Crypto-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AES-Crypto AES-Crypto
ID jljbknadichkemgeidkedffeokbkgmhi
Officiële URL https://chromewebstore.google.com/detail/aes-crypto/jljbknadichkemgeidkedffeokbkgmhi
Beschrijving Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.
Bestandsgrootte 639 KB
Aantal Installaties 74
Huidige Versie 1.2
Laatst Bijgewerkt 2023-06-04
Publicatiedatum 2023-05-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar chrome-extension-publishers
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://whitetowersoftware.github.io/crypto-aes-chrome-extension/
Help Pagina-URL https://whitetowersoftware.github.io/crypto-aes-chrome-extension/SUPPORT.html
URL van de Privacybeleid Pagina https://whitetowersoftware.github.io/crypto-aes-chrome-extension/PRIVACY_POLICY.html
Ondersteunde Talen 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"
    }
}