A fully open-source browser extension developer tool released under the MIT License. It captures, inspects, and analyzes API request/response logs in real-time, featuring an instant JWT decoder and cURL command generator.
Copyright (c) 2026-present cyan-cs
- Real-time API Tracking: Capture and view request history, status codes, and methods inside a clean UI.
- Instant JWT Decoder: Automatically detects authorization headers, extracts payload claims, and checks token expiration status.
- Call Frequency Stats: View call frequency metrics to find bottlenecks instantly.
- Developer Utilities: Copy response JSON, download full logs, or generate exact
cURLcommands with a single click.
Since this extension is built with Plasmo, you can load it into your browser as an unpacked extension:
- Download or clone this repository.
- Run
npm installandnpm run buildto generate the production build. - Open Chrome and navigate to
chrome://extensions/. - Enable Developer mode (top-right toggle).
- Click Load unpacked and select the
build/chrome-mv3-prodfolder.
This project uses npm as the standard package manager.
Run the live-reloading development server:
npm run dev
Compile and bundle the extension:
npm run build
- ESLint & Prettier: Standardized configurations are included (
.eslintrc.json,.prettierrc.mjs) to keep the codebase clean. - GitHub Actions: Includes an optional production-ready workflow for automated browser store publishing via Plasmo BPP.
All API-Xray code is released under the MIT License.
For the detailed Privacy Policy, please refer to PRIVACY.en.md.
If you like it, I'd appreciate it if you could give it a star!