Skip to content

Instantly share code, notes, and snippets.

@OzanKurt
Created August 13, 2026 12:52
Show Gist options
  • Select an option

  • Save OzanKurt/67fe9d36cf2b94cd2a7a9d353318e271 to your computer and use it in GitHub Desktop.

Select an option

Save OzanKurt/67fe9d36cf2b94cd2a7a9d353318e271 to your computer and use it in GitHub Desktop.
Privacy Policy - Full Page Capture (Chrome extension)

Privacy Policy — Full Page Capture

Last updated: 13 August 2026

Summary

Full Page Capture does not collect, store, transmit, or share any user data.

No data collection

The extension makes no network requests of any kind. It contains no analytics, no telemetry, no crash reporting, no advertising, and no tracking code. There is no account, no login, and no licence check.

Nothing you capture or configure ever leaves your computer.

What is stored, and where

Two things are stored locally in your own browser profile:

  • Your captures. Screenshots are written to IndexedDB on your machine, so the library survives restarts.
  • Your settings. Image format, JPEG quality, filename template, per-tile delay, and the auto-download and auto-delete toggles are stored in the browser's extension storage.

Deleting a capture in the library removes it from your machine. Removing the extension removes all of it.

Permissions

The extension requests no host permissions, so it has no standing access to the sites you visit. It can act only on the single tab where you click its toolbar button, and that access ends as soon as you navigate away.

Permission Why
activeTab Screenshot the one tab you invoked it on. Granted by your click, expires on navigation.
scripting Inject the script that measures and scrolls that page during a capture.
storage Remember your settings.
unlimitedStorage Stop the browser evicting your saved captures once the default quota fills.
downloads Save an image or a ZIP when you ask for one.

Third parties

There are none. The extension bundles no third-party libraries, loads no remote scripts, stylesheets, or fonts, and communicates with no server. Every line it executes ships inside the package and can be read.

Children

The extension is not directed at children and collects no data from anyone.

Changes

Any change to this policy will be published at this URL with an updated date.

Contact

ozankurt2@gmail.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment