# UnsubQuick — Privacy Policy **Version:** 1.0.0 **Effective Date:** April 2025 --- ## Summary UnsubQuick collects **zero personal data**. It reads only the email currently open in your browser tab, extracts unsubscribe links that are already present, and shows you a button. Nothing is stored, nothing is sent anywhere. --- ## What Data Is Processed UnsubQuick reads the **DOM of the currently open email** in Gmail — only while that email is open in your browser. This processing happens entirely in your browser's memory and is discarded as soon as the email is closed or you navigate away. The extension scans `` anchor elements within the visible email body to check whether their `href` or link text contains opt-out keywords (e.g. "unsubscribe", "manage preferences"). This is a purely local read operation. --- ## What Data Is NOT Collected UnsubQuick does **not** collect, store, or transmit: - Email body content or text - Email subject lines - Sender or recipient email addresses - Email metadata (dates, thread IDs, labels) - Attachment names or content - Your inbox, sent mail, or email history - Google account information - Browser history or visited URLs - IP addresses - Device identifiers or fingerprints - Cookies or session data --- ## Local Storage The **only** data stored by this extension is your own preferences: - `enabled` (boolean) — whether the extension is active - `confirmBeforeOpen` (boolean) — whether to show a confirmation dialog This data is stored using Chrome's `storage.local` API: - It never leaves your device - It is not synced to Google or any cloud service - You can delete it at any time via **Settings → Clear Data** --- ## No External Communications UnsubQuick makes **no network requests of any kind**. There are no: - Analytics services - Telemetry endpoints - Remote configuration servers - Ad networks or tracking pixels - Content delivery networks for scripts All extension code is bundled locally. --- ## Data Selling and Sharing We do not sell, rent, share, or transfer any data — because we do not collect any data to share. --- ## Your Control You can at any time: - **Disable** the extension via the popup toggle or the Settings page - **Reset all preferences** via Settings → Clear Data - **Remove the extension** entirely via `chrome://extensions/` — this removes all locally stored preferences --- ## Children's Privacy UnsubQuick does not collect data from anyone, including users under the age of 13. There is no data collection mechanism in this extension. --- ## Changes to This Policy If a future version changes how data is handled, this document will be updated with a new effective date and a clear description of changes. --- ## Contact If you have questions about this privacy policy, please open an issue in the project's GitHub repository. --- > **Disclaimer:** This tool only surfaces unsubscribe links already present in emails you open. It does not create, modify, or automate any unsubscribe action. The act of clicking an unsubscribe link is always a deliberate, manual action by you.