No accounts · No analytics · No uploads by default

Privacy policy.

Last updated: 8 September 2026 · Applies to CaptureKit v1.6 and later

The short version: CaptureKit is 100% local by default. No accounts, no analytics, no uploads, no tracking. The extension only touches the network if you explicitly turn on a specific sharing service in Settings — and even then, only when you click its button in the editor.

CaptureKit ("the extension") is a browser extension that captures screenshots of web pages and lets you annotate, blur, crop, and save them. This policy explains exactly what the extension does and does not do with your data.

1 Summary

Everything that isn't required to render a screenshot on your own device is optional and off by default. You are the only party that ever sees your captures unless you explicitly send them somewhere.

2 What the extension does with your data

  • Page content you choose to capture. When you click "Capture," the extension reads the visual contents of the active tab to produce the screenshot. The image is held only in your browser's local storage for the duration of editing.
  • The screenshot you create. Annotations, crops, and blurs are applied locally on your device. The final image is saved only when you explicitly click Download (to your computer), Copy (to your clipboard), Reopen, or one of the opt-in sharing service buttons.
  • Editable PNG metadata. Every PNG export embeds a small compressed metadata chunk with your shapes and base image so the file can be reopened and re-edited later. This metadata lives inside the PNG file on your device; it is not sent anywhere.

3 What the extension does NOT do (by default)

  • Does not send your screenshots or browsing data to any server.
  • Does not use analytics, advertising, tracking, or fingerprinting.
  • Does not read your browsing history, cookies, passwords, or form data.
  • Does not create user accounts or require sign-in for core features.

4 Optional sharing services (off by default)

CaptureKit v1.6 introduced an optional layer of sharing integrations. All are governed by a master switch (Enable sharing services) in Settings that is off by default. Each individual service is a separate per-service toggle, also off by default. Turning the master switch on does not by itself send anything anywhere — you must additionally enable a specific service AND click its button in the editor.

Copy Slack markdown Local · No network

Formats a Slack-ready caption line locally and copies both the caption and the image to your system clipboard. Nothing leaves your device.

Save to Google Drive Opt-in · Your account

When enabled and clicked, the extension uses Chrome's built-in Google sign-in (chrome.identity) to obtain an OAuth token scoped to drive.file and uploads the current image to your own Google Drive. Specifically:

  • CaptureKit can only see and modify files it uploads itself. It cannot read, list, or touch anything else in your Drive.
  • The uploaded file appears in your Drive under your account, owned by you. You can share, move, or delete it like any other Drive file.
  • Your Google credentials are handled entirely by Chrome. The extension never sees your password or your session cookies.
  • Only the image bytes and the filename are transmitted, and only to www.googleapis.com, and only when you click "Save to Google Drive."

Imgur Temporarily unavailable

The Imgur toggle is currently disabled and hidden from the Share menu until an Imgur Client-ID is configured. When enabled, it would upload an anonymous (accountless) image to imgur.com and copy the returned URL. Anonymous Imgur posts are publicly viewable to anyone with the URL.

5 Permissions and why they are needed

  • activeTab — to capture the visible content of the page you are on when you ask for a screenshot.
  • scripting — to measure the page and scroll it while stitching a full-page or scrolling capture, and to run the region / element picker overlays.
  • downloads — to save the screenshot file you create to your computer.
  • storage / unlimitedStorage — to temporarily pass the captured image to the preview/editor tab; large full-page captures can exceed the default storage limit. Entries are removed automatically.
  • tabs — to identify the active tab for capture and open the editor tab.
  • identity — used only when you opt in to Google Drive uploads, to obtain an OAuth token via Chrome's built-in sign-in. Never used otherwise.
  • host_permissions for api.imgur.com and www.googleapis.com — required by the browser to allow authenticated requests to these hosts if the corresponding sharing service is enabled and used. No requests are made otherwise.

6 Data retention

Captured images are stored only temporarily in your browser while you edit them. Stale entries are purged automatically. Recent captures (the optional "history" feature) live entirely in your browser's local storage — never on any server — and can be cleared by turning history off or reducing the cap in Settings.

Files you upload via an opt-in sharing service live wherever that service stores them: in your own Google Drive, or in a public Imgur post. Their retention is governed by that service's own privacy policy.

7 Third parties

The extension does not integrate with third parties by default. If you turn on an optional sharing service, the extension exchanges data with that service only, only when you click the corresponding button:

8 Google API user-data disclosure

CaptureKit's use of information received from Google APIs adheres to Google's API Services User Data Policy, including the Limited Use requirements. Specifically:

  • Google user data (the OAuth token and Drive files created by CaptureKit) is used solely to upload the current screenshot to your Drive at your request.
  • The extension does not transfer this data to any other party.
  • The extension does not use this data for advertising.
  • The extension does not allow humans to read this data, and there is no server-side component — all handling is client-side in your browser.

9 Changes to this policy

If this policy changes, the updated version will be posted at this URL with a new "Last updated" date. Material changes will also be noted in the extension's release notes.

10 Contact

Questions about this policy or a data request? Email araza5193@gmail.com

← Back to CaptureKit