Privacy Policy

Last updated: July 6, 2026

Session Recorder is a Chrome extension that records a session of you using a web app — interactions, network traffic, console logs, screenshots, voice narration, annotations, and files — and exports it as a local zip report intended for an LLM coding agent.

Everything you record stays on your machine. The only data that ever leaves your device is audio you explicitly choose to transcribe with your own third-party API key.

Summary

What the extension accesses

To record a session, the extension captures, on the tabs you are actively recording:

All of this is written to local browser storage and is only ever assembled into a zip file that you explicitly export and save to your own device.

Redaction

Redaction is on by default. Before anything is written to storage, the extension masks authorization headers, token-like JSON and form fields, sensitive URL parameters, and password inputs. You can add rules or disable redaction per session on the options page.

Third-party transcription (optional, off by default)

If you enter an API key on the options page, recorded audio is streamed or uploaded to the provider you selected in order to transcribe it:

Your API key is stored locally in chrome.storage.local and is sent only to that provider. We do not receive, proxy, or store your key or your audio. Your use of a provider is governed by that provider's privacy policy and terms.

Data we collect

None. Session Recorder has no analytics, no telemetry, no ads, and no backend. The developer does not receive any of your recordings, transcripts, keys, or usage data.

Data sharing and sale

We do not sell, share, or transfer any user data, because we never receive any.

Contact

Questions: open an issue on GitHub