Privacy Policy
Last updated: July 2025
Data Collection
DebugClip does not collect, transmit, or store any personal data. All captured telemetry (console errors, network requests, stack traces) is processed entirely within your browser and is never sent to DebugClip servers.
Local Storage
User settings and API keys are stored exclusively in chrome.storage.local on the user's device. API keys are only transmitted directly to the LLM provider (Anthropic or OpenAI) when the user explicitly chooses to use AI features.
Network Requests
The only external network request made by this extension is an optional license key validation call to api.debugclip.online when a user enters a Pro license key. This request contains only the license key string — no page data, error data, or personal information.
Third-Party Services
When you click "Send to AI", DebugClip opens a new tab to Claude.ai or ChatGPT.com and (Pro tier only) pastes the compiled error prompt into the input field. The prompt content is determined by you and sent directly to the AI provider — DebugClip does not proxy or store it.
Permissions
- activeTab — Read the current tab's title for display in the popup header
- storage — Store settings and API keys locally
- tabs — Open new tabs for LLM interfaces
- scripting — Inject prompts into LLM input fields (Pro)
- host_permissions: <all_urls> — Content script must run on any page the user is debugging
Contact
For privacy inquiries: privacy@debugclip.online