JWT token decoder

Decrypt jwt tokens. Tokens won't leave your browser.

Cos'è JWT token decoder?

JWT token decoder è un'estensione di Chrome sviluppata da nani.vijay, e la sua funzione principale è "Decrypt jwt tokens. Tokens won't leave your browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione JWT token decoder

Scarica i file di estensione JWT token decoder 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 will decode the JWT token and provide the claims information. Your token will not leave your browser                    

Informazioni di Base sull'Estensione

Nome JWT token decoder JWT token decoder
ID lnpjlfphcbgpekodbikccegaglkkcmog
URL Ufficiale https://chromewebstore.google.com/detail/jwt-token-decoder/lnpjlfphcbgpekodbikccegaglkkcmog
Descrizione Decrypt jwt tokens. Tokens won't leave your browser.
Dimensione del File 5.44 KB
Conteggio Installazioni 106
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2022-08-06
Data di Pubblicazione 2022-08-06
Sviluppatore nani.vijay
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JWT token decoder",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "description": "Decrypt jwt tokens. Tokens won't leave your browser.",
    "action": {
        "default_popup": ".\/jwt-token-decode.html"
    }
}