AES-Crypto
Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.
Hvad er AES-Crypto?
AES-Crypto er en Chrome-udvidelse udviklet af chrome-extension-publishers, og dens hovedfunktion er "Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.".
Udvidelsesskærmbilleder
Download AES-Crypto-udvidelses-CRX-fil
Download AES-Crypto-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | AES-Crypto |
ID | jljbknadichkemgeidkedffeokbkgmhi |
Officiel URL | https://chromewebstore.google.com/detail/aes-crypto/jljbknadichkemgeidkedffeokbkgmhi |
Beskrivelse | Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64. |
Filstørrelse | 639 KB |
Antal Installationer | 74 |
Nuværende Version | 1.2 |
Senest Opdateret | 2023-06-04 |
Udgivelsesdato | 2023-05-04 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | chrome-extension-publishers |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/ |
Hjælpeside-URL | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/SUPPORT.html |
URL til Fortrolighedspolitik Side | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/PRIVACY_POLICY.html |
Understøttede Sprog | 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" } } |