Changelog

Release Notes

v1.0 Latest April 2026
✦ Added
  • Popup UI launched from the Chrome toolbar action icon
  • Full-page network capture via the Capture button — records all fetch and XMLHttpRequest calls
  • Request interception in MAIN world at document_start for maximum coverage
  • Request list panel embedded alongside any page showing URL, method, and status
  • Request detail view with full headers, request body, and formatted response body
  • One-click Replay — resends any captured request with identical headers and payload
  • Download response button — saves the response body to disk
  • Copy as cURL command — generates a ready-to-paste curl command for any request
  • Real-time status indicator showing capture state (active / idle)
  • NetReplay icon set at 16×16, 48×48, and 128×128 resolutions
↻ Design
  • Clean dark panel theme with high-contrast request list for readability
  • Collapsible sections for request headers and response body
  • Monospace font for all technical values (URLs, headers, bodies)
ℹ Notes
  • Requires Chrome 88 or later (Manifest V3 with content scripts)
  • Minimal permission footprint — only activeTab and storage required
  • All captured data remains local to your browser session — nothing is sent externally
  • WebSocket capture planned for a future release