JWT token decoder
Decrypt jwt tokens. Tokens won't leave your browser.
What is JWT token decoder?
JWT token decoder is a Chrome extension developed by nani.vijay, and its main feature is "Decrypt jwt tokens. Tokens won't leave your browser.".
Extension Screenshots
Download JWT token decoder Extension CRX File
Download JWT token decoder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension will decode the JWT token and provide the claims information. Your token will not leave your browser
Extension Basic Information
Name | JWT token decoder |
ID | lnpjlfphcbgpekodbikccegaglkkcmog |
Official URL | https://chromewebstore.google.com/detail/jwt-token-decoder/lnpjlfphcbgpekodbikccegaglkkcmog |
Description | Decrypt jwt tokens. Tokens won't leave your browser. |
File Size | 5.44 KB |
Installation Count | 106 |
Current Version | 0.0.0.1 |
Last Updated | 2022-08-06 |
Publish Date | 2022-08-06 |
Developer | nani.vijay |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |