AES-Crypto
Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.
Vad är AES-Crypto?
AES-Crypto är en Chrome-tillägg utvecklad av chrome-extension-publishers, och dess huvudfunktion är "Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.".
Tilläggsskärmbilder
Ladda ner AES-Crypto-förlängningens CRX-fil
Ladda ner AES-Crypto-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | AES-Crypto |
ID | jljbknadichkemgeidkedffeokbkgmhi |
Officiell webbadress | https://chromewebstore.google.com/detail/aes-crypto/jljbknadichkemgeidkedffeokbkgmhi |
Beskrivning | Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64. |
Filstorlek | 639 KB |
Antal Installationer | 74 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2023-06-04 |
Publiceringsdatum | 2023-05-04 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | chrome-extension-publishers |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/ |
Hjälpsida URL | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/SUPPORT.html |
URL till Sekretesspolicy Sidan | https://whitetowersoftware.github.io/crypto-aes-chrome-extension/PRIVACY_POLICY.html |
Stödda Språk | 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" } } |