JZB Decoder par ravidor
Decode jzb= URL payloads in Firefox DevTools. Auto-captures network requests, decompresses zlib JSON, and shows readable results in a Decipher JZB panel. Local-only, no data sent remotely.
MĂ©tadonnĂ©es de lâextension
Captures dâĂ©cran
Ă propos de cette extension
Decode
JZB Decoder is format-specific, not product-specific. It decodes the payload format itself and does not depend on any vendor SDK, API, or backend.
For manual decoding, open Paste cURL, paste a copied Network request, and click Decode.
Treat decoded output as sensitive. Payloads may include visitor IDs, account IDs, URLs, or other event properties from the sites you inspect.
jzb= URL payloads in Firefox DevTools. JZB Decoder watches network traffic for requests containing a jzb= query parameter, decompresses the zlib JSON, and shows readable results in a Decipher JZB panel. All decoding happens locally in your browser.jzb is a transport format for compressed JSON embedded in a URL query parameter. Payloads are usually:
- URL-safe base64
- zlib-compressed JSON
- Often an array of analytics or telemetry events
JZB Decoder is format-specific, not product-specific. It decodes the payload format itself and does not depend on any vendor SDK, API, or backend.
- Auto-capture â Watches finished network requests whose URL contains
jzb= - Decode â Handles URL-safe base64, zlib decompression, and JSON parsing
- Request list â Shows captured requests with event name or type when present
- Search and filter â Filter by label, URL, method, and common event fields
- Pretty JSON â Readable output with highlighted key fields
- Copy JSON â One-click copy of the decoded payload
- Paste cURL â Decode requests copied from the Network tab
- Install the add-on
- Open DevTools on any page
- Select the Decipher JZB panel from the DevTools tab bar
- Open the Network tab at least once (required for auto-capture on Firefox)
- Browse or trigger traffic that includes
jzb=in the request URL - Select a captured request to view the decoded payload
For manual decoding, open Paste cURL, paste a copied Network request, and click Decode.
- Decoding happens locally in your browser
- No host permissions or broad site access
- No analytics, accounts, or remote servers
- Captured data stays in DevTools memory for the current session and is cleared when you click Clear or close DevTools
Treat decoded output as sensitive. Payloads may include visitor IDs, account IDs, URLs, or other event properties from the sites you inspect.
- Frontend and full-stack developers debugging analytics instrumentation
- QA engineers validating event payloads during releases
- Support and solutions engineers investigating customer-reported tracking issues
- Anyone who regularly inspects
jzb=network traffic in DevTools
Noté 0 par 1 personne
Autorisations et données
Autorisations nécessaires :
- Ouvrir les outils de dĂ©veloppement afin dâaccĂ©der Ă vos donnĂ©es dans les onglets ouverts
Collecte de données :
- Le dĂ©veloppeur indique que cette extension nâa pas besoin de collecter de donnĂ©es.
Plus dâinformations
- Liens du module
- Version
- 1.2.0
- Taille
- 31,88Â Ko
- DerniĂšre mise Ă jour
- il y a 9 jours (17 sept. 2026)
- Catégories associées
- Licence
- Licence MIT
- Politique de confidentialité
- Lire la politique de confidentialité de ce module
- Historique des versions
- Ajouter Ă la collection
Firefox note: auto-capture requires opening the Network tab once per DevTools session.