Open F12 and debug
No proxy or code changes—debug SSE / NDJSON streams directly in the DevTools panel.
Chrome DevTools · SSE / NDJSON
Leave raw fragments behind—capture SSE / NDJSON from the page, parse and visualize in one panel.
The EventStream tab is built for standard SSE. Many AI streams use fetch + NDJSON / Connect+JSON, so Network mostly shows a whole Response body without a per-event view.
First-byte delay, chunk gaps, stalls, and reconnects stay buried inside total request time—Network does not call them out.
Thinking, content, and tool calls mix in raw data, so you have to reassemble a reply by hand—Conversation merges them by channel.
Install and go—see every step of SSE / NDJSON inside DevTools.
Auto-capture fetch / EventSource / XHR and group by stream.
Timeline and Stats mark first byte, gaps, and stalls—clearer than Network total duration alone.
Thinking, content, and tool calls in separate channels—no more raw NDJSON.
No proxy or code changes—debug SSE / NDJSON streams directly in the DevTools panel.
On sites like DeepSeek, thinking, content, and search merge into channels while the stream runs—no reading raw frames by hand.
Events, Conversation, and Raw use virtual scrolling—only on-screen rows render, so heavy streams stay responsive.
Switch Light / Night / Follow DevTools from the toolbar; preference syncs with Chrome for comfortable night work.
Inspect method, status, Content-Type, and headers in Request—sensitive fields are redacted so you can compare with the stream safely.
First-byte delay, duration, avg / max gap, and events per second in one place—pair with Anomalies / Spec when something looks off.
Install and use—no long tutorial required. See GitHub README for details.
Chromium-based browsers (Chrome, Edge, etc.) with Manifest V3 and DevTools extensions. After install, open F12 and select the SSE DevTools tab.
Download the offline zip → extract → open chrome://extensions → enable Developer mode → Load unpacked → select the dist/ folder.
No. The extension parses and displays streams locally. Chrome may warn about an unverified extension in developer mode—that is expected.
Network shows whole requests; SSE DevTools is stream-native—per-event parsing, conversation merge, timeline rhythm, and TTFT for AI chats and NDJSON protocols.
More features and screenshots: GitHub README
Pick one path. Use the offline zip if the Web Store is unreachable.
Easiest when you can access Google—one-click install.
Install from storeDownload zip → extract → open chrome://extensions → enable Developer mode → Load unpacked dist/.
Developers can also build from GitHub Releases . Chrome may warn about an unverified extension in developer mode; all data stays on your machine.