JWT Decoder, Base64 & URL Encode/Decode, JSON Formatter, Hash Generator
Decode JWT, Base64 & URL offline — 100% local processing. JSON format/minify, SHA-256/MD5 hashes, history, right-click menu.
As of June 2026, JWT Decoder, Base64 & URL Encode/Decode, JSON Formatter, Hash Generator has 138 users and a 5.00/5 rating from 7 reviews in the Developer Tools category.
Usersup 32.7 percent+32.7%
138
138
Ratingno change0%
5.00
7 reviews
Reviewsno change0%
7
Version
2.1.0
Manifest V3
90-day change · In the last 90 days this extension 1 version update.
History
15 snapshotsTracking since Apr 1, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 1, 2026 | 104 | 5.00 | 7 | 2.0.3 |
| Apr 16, 2026 | 108 | 5.00 | 7 | 2.0.3 |
| Apr 22, 2026 | 104 | 5.00 | 7 | 2.0.3 |
| Apr 27, 2026 | 113 | 5.00 | 7 | 2.0.3 |
| May 2, 2026 | 109 | 5.00 | 7 | 2.0.3 |
| May 7, 2026 | 111 | 5.00 | 7 | 2.0.3 |
| May 11, 2026 | 115 | 5.00 | 7 | 2.0.3 |
| May 14, 2026 | 117 | 5.00 | 7 | 2.0.3 |
| May 18, 2026 | 118 | 5.00 | 7 | 2.0.3 |
| May 23, 2026 | 114 | 5.00 | 7 | 2.0.3 |
| May 28, 2026 | 119 | 5.00 | 7 | 2.0.3 |
| Jun 2, 2026 | 125 | 5.00 | 7 | 2.0.3 |
| Jun 6, 2026 | 126 | 5.00 | 7 | 2.0.3 |
| Jun 10, 2026 | 130 | 5.00 | 7 | 2.0.3 |
| Jun 22, 2026 | 131 | 5.00 | 7 | 2.0.3 |
| Now | 138 | 5.00 | 7 | 2.1.0 |
Changelog
- Jun 22, 2026description
YG Encoder/Decoder is a privacy-first, all-in-one Chrome extension for developers. Encode/decode Base64, URL, HTML, JWT, JSON — plus MD5, SHA-1, SHA-256, SHA-512 hashes. 100% in your browser. No server. No tracking. 42 KB. WHY USE IT • 100% offline — JWT tokens, hashes, URL params never leave your browser • 6 tools in one — replaces 5 single-purpose extensions • 42 KB total — smallest in its category (vs 545 KB for some JWT-only tools) • Right-click any selection on any page → encode/decode in place • History of last 50 operations, instantly recallable • Dark mode that actually looks good WHAT IT DOES • Base64 — encoder/decoder for API responses, image embeds, data URIs • URL — encoder/decoder for query strings and redirect params • HTML entity — encoder/decoder to prevent XSS during debugging • JSON — prettifier + minifier with one click • JWT — decoder showing header, payload, expiry, signature • Hash — generator: MD5, SHA-1, SHA-256, SHA-512 FOR DEVELOPERS • Debugging auth flows? Decode JWTs without leaking session data to jwt.io. • Inspecting API responses? Pretty-print JSON or decode Base64 in one keystroke. • Verifying file integrity? Generate any hash locally. PRIVACY & PERMISSIONS • No login, no signup, no account. • No external API calls. All cryptography uses Web Crypto API. • Permissions: clipboardWrite (Copy button), activeTab + scripting + contextMenus (right-click menu). Nothing more. FAQ Q: How do I decode a JWT in Chrome without a third-party site? A: Right-click any JWT on a webpage and select "Decode JWT". Q: Does this work offline? A: Yes. No internet required after install. Q: Is the source open? A: Yes — github.com/yourname/yg-encoder-decoder Free forever. Built by Yash Gupta.
Decode JWT tokens, Base64 and URLs without pasting them into a stranger's website. YG Encoder/Decoder runs every operation 100% locally in your browser — your tokens, API responses and query strings never leave your machine. WHY DEVELOPERS PICK IT • Privacy-first: inspect JWTs locally instead of uploading them to a website — your content is never sent anywhere • 6 tools in one — replaces a stack of single-purpose extensions • ~41 KB download — vanilla JavaScript, zero dependencies, instant popup • Right-click any selected text on any page to encode, decode or hash it • History of your last 50 operations, one click to reload • Dark mode and light mode WHAT'S INSIDE • JWT decoder — header, payload and signature in separate color-coded panels • Base64 encoder/decoder — full Unicode support, for API responses and data URIs • URL encode/decode — query strings, redirect params, special characters • HTML entity decoder — debug XSS-prone inputs safely • JSON formatter — prettify and minify with one click • Hash generator — MD5, SHA-1, SHA-256, SHA-512 via the browser's Web Crypto API BUILT FOR DAILY DEV WORK • Debugging auth flows? Inspect a token's claims locally. • Reading API responses? Pretty-print JSON or convert Base64 with one keystroke (Ctrl+Enter / Alt+Enter). • Verifying checksums? Generate MD5 or SHA-256 hashes offline. • On any webpage: select text → right-click → pick an operation → the result lands in your clipboard with an on-page confirmation. PRIVACY & PERMISSIONS • Your tokens, strings and JSON never leave the browser — all processing is 100% local • Anonymous usage statistics (which tools get used) — opt out anytime in the Support tab • No account, no signup, all tools work offline • Permissions: clipboardWrite (Copy button), activeTab + scripting + contextMenus (right-click menu), google-analytics.com (anonymous usage stats only) Free forever. Built by Yash Gupta. Questions or ideas: [email protected]
- Jun 22, 2026short_description
Encode/decode URLs, HTML, Base64, JSON, JWT & generate hashes (SHA-256, MD5). Dark mode, history, right-click menu.
Decode JWT, Base64 & URL offline — 100% local processing. JSON format/minify, SHA-256/MD5 hashes, history, right-click menu.
- Jun 22, 2026name
YG Encoder/Decoder
JWT Decoder, Base64 & URL Encode/Decode, JSON Formatter, Hash Generator
- May 18, 2026description
🔐 THE MISSING DEVELOPER TOOL IN YOUR BROWSER Stop wasting time with online encoder websites. YG Encoder/Decoder gives you instant encoding, decoding, and hashing—right in your browser, without ever leaving your workflow. ★★★★★ Loved by 500+ developers worldwide across all platforms. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✦ WHAT YOU CAN DO • URL Encode/Decode - Fix broken links and query strings instantly. • Base64 - Decode API responses or encode text. • HTML Entities - Prevent XSS, convert special characters. • JSON - Prettify messy payloads or minify for production. • JWT - Decode tokens to inspect header, payload, and expiry. • Hash - Generate SHA-256, SHA-512, SHA-1, MD5 in seconds. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✦ WHY DEVELOPERS CHOOSE US ✓ 100% Offline - Your data never leaves your browser. ✓ Right-Click Menu - Select text on any page → Encode/Decode. ✓ Dark Mode - Easy on your eyes at 2am. ✓ History - Access your last 50 operations. ✓ Lightweight - Under 50KB, loads instantly. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✦ PERFECT FOR → Frontend Developers handling API responses. → Backend Engineers debugging JWT tokens. → Security Researchers testing XSS payloads. → Anyone tired of googling "base64 decode online". ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✦ PRIVACY FIRST All processing happens locally. We don't see, store, or transmit your data. Anonymous usage stats help us improve (can be disabled). ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📩 Missing a feature? Use the built-in feedback form; we actually read every request. Install now and encode smarter.
YG Encoder/Decoder is a privacy-first, all-in-one Chrome extension for developers. Encode/decode Base64, URL, HTML, JWT, JSON — plus MD5, SHA-1, SHA-256, SHA-512 hashes. 100% in your browser. No server. No tracking. 42 KB. WHY USE IT • 100% offline — JWT tokens, hashes, URL params never leave your browser • 6 tools in one — replaces 5 single-purpose extensions • 42 KB total — smallest in its category (vs 545 KB for some JWT-only tools) • Right-click any selection on any page → encode/decode in place • History of last 50 operations, instantly recallable • Dark mode that actually looks good WHAT IT DOES • Base64 — encoder/decoder for API responses, image embeds, data URIs • URL — encoder/decoder for query strings and redirect params • HTML entity — encoder/decoder to prevent XSS during debugging • JSON — prettifier + minifier with one click • JWT — decoder showing header, payload, expiry, signature • Hash — generator: MD5, SHA-1, SHA-256, SHA-512 FOR DEVELOPERS • Debugging auth flows? Decode JWTs without leaking session data to jwt.io. • Inspecting API responses? Pretty-print JSON or decode Base64 in one keystroke. • Verifying file integrity? Generate any hash locally. PRIVACY & PERMISSIONS • No login, no signup, no account. • No external API calls. All cryptography uses Web Crypto API. • Permissions: clipboardWrite (Copy button), activeTab + scripting + contextMenus (right-click menu). Nothing more. FAQ Q: How do I decode a JWT in Chrome without a third-party site? A: Right-click any JWT on a webpage and select "Decode JWT". Q: Does this work offline? A: Yes. No internet required after install. Q: Is the source open? A: Yes — github.com/yourname/yg-encoder-decoder Free forever. Built by Yash Gupta.
Permissions & access
- Permissions
- clipboardWriteactiveTabcontextMenusscripting
- Host access
- https://www.google-analytics.com/
Screenshots
About
Decode JWT tokens, Base64 and URLs without pasting them into a stranger's website. YG Encoder/Decoder runs every operation 100% locally in your browser — your tokens, API responses and query strings never leave your machine. WHY DEVELOPERS PICK IT • Privacy-first: inspect JWTs locally instead of uploading them to a website — your content is never sent anywhere • 6 tools in one — replaces a stack of single-purpose extensions • ~41 KB download — vanilla JavaScript, zero dependencies, instant popup • Right-click any selected text on any page to encode, decode or hash it • History of your last 50 operations, one click to reload • Dark mode and light mode WHAT'S INSIDE • JWT decoder — header, payload and signature in separate color-coded panels • Base64 encoder/decoder — full Unicode support, for API responses and data URIs • URL encode/decode — query strings, redirect params, special characters • HTML entity decoder — debug XSS-prone inputs safely • JSON formatter — prettify and minify with one click • Hash generator — MD5, SHA-1, SHA-256, SHA-512 via the browser's Web Crypto API BUILT FOR DAILY DEV WORK • Debugging auth flows? Inspect a token's claims locally. • Reading API responses? Pretty-print JSON or convert Base64 with one keystroke (Ctrl+Enter / Alt+Enter). • Verifying checksums? Generate MD5 or SHA-256 hashes offline. • On any webpage: select text → right-click → pick an operation → the result lands in your clipboard with an on-page confirmation. PRIVACY & PERMISSIONS • Your tokens, strings and JSON never leave the browser — all processing is 100% local • Anonymous usage statistics (which tools get used) — opt out anytime in the Support tab • No account, no signup, all tools work offline • Permissions: clipboardWrite (Copy button), activeTab + scripting + contextMenus (right-click menu), google-analytics.com (anonymous usage stats only) Free forever. Built by Yash Gupta. Questions or ideas: [email protected]
Technical
- Version
- 2.1.0
- Manifest
- V3
- Size
- 43.55KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- Yes
Metadata
- ID
- hfblieohpchcafooddokflfeggkiejjf
- Developer ID
- u7611afc76f2354268ce9588636416f0c
- Developer Email
- [email protected]
- Created
- Apr 5, 2025
- Last Updated (Store)
- Jun 18, 2026
- Last Scraped
- Jun 22, 2026
- Website
- pantonetools.com
- Support URL
- pantonetools.com
- Privacy Policy
- —
Similar extensions
Alternatives to JWT Decoder, Base64 & URL Encode/Decode, JSON Formatter, Hash Generator, ranked by description similarity.
Base64ly
Instant Base64 encode/decode with zero friction. Auto-detects and converts clipboard content.
12
Encodr
A comprehensive suite of encoding, decoding, and hash analysis tools
33
en/de coder
A simple encoder/decoder for Base64, Hex, and URI
20
★ 5.0
Base64 - Encoder & Decoder
Quickly encode or decode Base64 text with proper UTF-8 support — fully offline and local.
4
Encoding Tool
Encode/decode: Base64/URL/Unicode/Hex/HTML, MD5/SHA hash, UUID/GUID. Offline, 10 languages.
485
★ 5.0
Base64 Buddy
Encode/Decode files in Base64
26
★ 5.0
Base64 Buddy
Encode or decode selected text to/from Base64
17
Universal Decoder Extension
Utility for decoding various encoded strings
2
Data sourced from the Chrome Web Store · last verified Jun 22, 2026.