Privacy Policy

Session Export Tool Extension

Last Updated: February 17, 2026

Overview

Session Export Tool is a developer utility browser extension designed to help developers export browser session data (cookies, user agent, and public IP address) to clipboard in JSON format for testing and debugging purposes.

Data Collection

Session Export Tool does NOT collect, store, or transmit any personal data to external servers.

The extension only performs the following local operations:

  • Cookies: Reads cookies from the active tab and parent domains when you click the "Copy to Clipboard" button
  • User Agent: Accesses your browser's user agent string locally
  • Public IP: Detects your public IP address via ipify.org API request (initiated locally from your browser)
  • Active Tab: Reads the URL of your current tab to determine which cookies to export

How Data is Used

All collected data is processed locally in your browser and copied to your system clipboard in JSON format. The extension:

  • Does NOT send any data to our servers or third-party services
  • Does NOT store any data persistently
  • Does NOT track your browsing history
  • Does NOT collect analytics or usage statistics

The only external network request is to ipify.org to detect your public IP address. This request is initiated directly from your browser and is not logged or stored by us.

Permissions Explained

  • cookies: Required to read cookies from websites for export functionality
  • activeTab: Required to get the URL of the current tab to determine which cookies to export
  • clipboardWrite: Required to copy the exported JSON data to your clipboard
  • host_permissions (all_urls): Required to read cookies from any domain you visit, as the extension is designed to work with any website

Third-Party Services

The extension makes a single request to ipify.org to detect your public IP address. This is a free, open-source service that does not log IP addresses. See their privacy policy for more information.

Data Security

Since all data processing happens locally in your browser and nothing is transmitted to our servers, your session data remains completely under your control. The extension operates entirely offline except for the IP detection request.

Changes to This Policy

We may update this privacy policy from time to time. Any changes will be reflected on this page with an updated "Last Updated" date.

Contact Us

If you have any questions about this privacy policy or the extension, please contact us at: support@boostkey.app