AES-Crypto
Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.
Cos'è AES-Crypto?
AES-Crypto è un'estensione di Chrome sviluppata da chrome-extension-publishers, e la sua funzione principale è "Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AES-Crypto
Scarica i file di estensione AES-Crypto in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | AES-Crypto |
ID | jljbknadichkemgeidkedffeokbkgmhi |
URL Ufficiale | https://chromewebstore.google.com/detail/aes-crypto/jljbknadichkemgeidkedffeokbkgmhi |
Descrizione | Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64. |
Dimensione del File | 639 KB |
Conteggio Installazioni | 74 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2023-06-04 |
Data di Pubblicazione | 2023-05-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | chrome-extension-publishers |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/ |
URL della Pagina di Aiuto | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/SUPPORT.html |
URL della Pagina della Politica sulla Privacy | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/PRIVACY_POLICY.html |
Lingue Supportate | 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" } } |