Screenshot, Annotate & Export for Chrome
SnapPlix is a browser extension for Google Chrome that captures, annotates, and exports screenshots of web pages. This Privacy Policy explains what data SnapPlix collects, how it is stored, and what permissions are used.
All data is processed and stored locally on the user's device. There are no external servers, no cloud services, no analytics, and no telemetry.
spx-images). Used for editing and export. Stored as long as the corresponding history entry exists.chrome.storage.local for the history panel. Maximum 200 entries.chrome.storage.local.chrome.storage.local.chrome.storage.local.chrome.storage.local and the full image from IndexedDB. "Clear All History" removes everything from both storage locations. Uninstalling the extension deletes all data.SnapPlix does not collect or process:
There are no external API calls, cloud uploads, sync services, third-party SDKs that phone home, remote code execution, or dynamic script loading.
connect-src 'none', which blocks all outbound network connections from extension pages.| activeTab | Capture the visible area of the currently active tab when the user clicks the capture button or uses a keyboard shortcut. Accesses the visual content of the active tab only at the moment of capture, only after an explicit user action. |
| storage | Store screenshot thumbnails, metadata, tags, and user preferences locally on the device using chrome.storage.local. Read/write to local extension storage only. No sync storage or external storage is used. |
| alarms | Schedule countdown capture timers (3/5/10 seconds) and periodic storage quota checks (every 30 minutes). No data access. Used solely for timing events within the extension. |
| downloads | Save captured and annotated screenshots to the user's disk via the browser's download manager. Initiates file downloads to the user's default download folder. Does not read existing files. |
| clipboardWrite | Copy screenshots to the system clipboard when the user clicks the "Copy" button. Writes image data to the clipboard. Does not read clipboard contents. |
SnapPlix intentionally does not request:
scripting — no code is injected into web pagestabs — full tab enumeration is not needed (activeTab is sufficient)webRequest — no network traffic is intercepted or modifiednotifications — no push notifications or alerts are shownoffscreen — image processing uses the native OffscreenCanvas API available in the Service Worker without this permission<all_urls> or host_permissions — no access to arbitrary websitescookies — no cookie accessNo code is injected into any web page at any time. All processing happens within the extension's own pages — popup, editor tab, and Service Worker.
All image operations (thumbnail generation, cropping, format conversion, annotation rendering) are performed locally using:
OffscreenCanvas and createImageBitmap APIs in the Service Worker — for thumbnails, crop, and format conversionSnapPlix uses open-source libraries bundled within the extension:
chrome.storage.local and IndexedDBSnapPlix does not knowingly collect any data from children. The extension does not collect personal information from any user regardless of age.
Any changes to this Privacy Policy will be reflected in the updated version of the extension.