# Privacy Policy for Session Capture Exporter **Last updated:** July 22, 2026 ## Data Collection Session Capture Exporter **does not collect, store, or transmit any user data**. All operations are performed locally within the user's browser. ## Data Access The extension only accesses the following data when the user explicitly clicks the "Export" button: - **Cookies** — read from the current tab via `chrome.cookies.getAll` - **localStorage** — read from the current page via a content script injection - **CSRF tokens** — read from `` tags on the current page ## Data Storage No data is stored by the extension. Exported data is: - Displayed in the popup textarea - Optionally copied to the system clipboard (only when user clicks "Copy") - Optionally saved as a `.txt` file via the browser's download API (only when user clicks "Download") ## Data Transmission **No data is transmitted over the network.** The extension has no backend server, no telemetry, and no analytics. ## Third Parties The extension does not share any data with third parties. ## Changes This privacy policy may be updated to reflect changes in functionality. Users will be notified of material changes via the Chrome Web Store listing. ## Contact For questions about this privacy policy, open an issue at: https://github.com/super-rick/session-capture/issues