H HoldPick

Privacy Policy — HoldPick

Last updated: 2026-04-23

HoldPick ("the extension") is a Chrome Extension that lets you long-press any image on a web page to select it, then copy it to the clipboard, download it, or drag it. This policy explains what data the extension handles and why.

Contact: contact@holdpick.org


Summary


1. Data we process

1.1 Stored on your device (chrome.storage.local)

1.2 Stored on Firebase (only after you sign in or are auto-assigned an anonymous ID)

Anonymous Firebase Auth is used on first install so the usage counter works without a login. You can clear anonymous identity by clicking "Sign out" in the popup.

1.3 Payment data (LemonSqueezy)

1.4 What we do not collect


2. Permission justifications

Permission Why it's needed
host_permissions: <all_urls> The core feature is long-press on any image on any web page. Restricting to specific sites would break the extension's single purpose. Content script reads only the DOM element you long-press — not page content.
activeTab Ensures the content script only activates UI on the tab you interact with.
scripting Injects the content script bundle into pages that match.
clipboardWrite Primary action — copies the selected image to your clipboard as a PNG.
downloads Primary action — saves the selected image to your Downloads folder.
storage Persists your settings (long-press duration, default format, etc.) and your Firebase auth session.
identity Optional Google Sign-In so your Pro plan follows your account across devices. Uses chrome.identity.getAuthToken with read-only userinfo.email and userinfo.profile scopes. Not used for Free users who don't sign in.

3. Third-party services

No other third-party services receive your data.


4. Data retention and deletion


5. Children

The extension is not directed to children under 13. We do not knowingly collect data from children.


6. Changes to this policy

Material changes will be reflected in the "Last updated" date and announced on the repository README. Continued use after an update constitutes acceptance.


7. Contact

Privacy questions, data deletion requests, or legal notices: contact@holdpick.org