SSE Tap — Privacy Policy

Last updated: 17 August 2026

SSE Tap is a developer tool for reading the Server-Sent Events a web page receives. This policy describes what it handles and where that data goes.

What the extension collects

While a page is open, SSE Tap records the Server-Sent Event traffic that page receives — event names, event ids, payload contents, connection open, close and error moments, and the URL and title of the tab the stream belongs to. It records this only for tabs that actually carry a text/event-stream response.

Where that data goes

Nowhere. All of it stays inside your own browser, held in memory by the extension's service worker and mirrored into chrome.storage.session so it survives the browser evicting that worker.

How long it is kept

Captured events are discarded when any of the following happens:

Nothing persists across a browser restart.

Data you export yourself

The Export JSON button writes a file to your computer, through Chrome's normal download flow, containing the events currently displayed. That file is yours: the extension neither uploads it nor keeps a copy. If the streams you captured contained personal or confidential data, that data will be in the file, so treat it with the same care as any other debugging artefact.

A note on how capture works

Event records travel from the page's JavaScript context to the extension using window.postMessage. That mechanism is observable by other scripts running on the same page. This is acceptable for debugging an application you control, but it means SSE Tap should not be pointed at a page carrying other people's personal data on an untrusted site.

Permissions

Children

SSE Tap is a developer tool and is not directed at children.

Changes to this policy

Any change will be published at this same address with an updated date above.

Contact

Questions about this policy: poolodhi@gmail.com