AES-Crypto

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

Co to jest AES-Crypto?

AES-Crypto to rozszerzenie Chrome opracowane przez chrome-extension-publishers, a jego główną funkcją jest „Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AES-Crypto

Pobierz pliki rozszerzeń AES-Crypto w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AES-Crypto AES-Crypto
ID jljbknadichkemgeidkedffeokbkgmhi
Oficjalny URL https://chromewebstore.google.com/detail/aes-crypto/jljbknadichkemgeidkedffeokbkgmhi
Opis Allows users to easily encrypt and decrypt data using the Advanced Encryption Standard (AES) method as base64.
Rozmiar pliku 639 KB
Liczba instalacji 74
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-06-04
Data Publikacji 2023-05-04
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper chrome-extension-publishers
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://whitetowersoftware.github.io/crypto-aes-chrome-extension/
Adres URL Strony Pomocy https://whitetowersoftware.github.io/crypto-aes-chrome-extension/SUPPORT.html
Adres URL Strony Polityki Prywatności https://whitetowersoftware.github.io/crypto-aes-chrome-extension/PRIVACY_POLICY.html
Obsługiwane Języki 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"
    }
}