Privacy Policy

Last updated 12 August 2026

CaptureFullPage does not collect, transmit, store, or sell any user data. All processing happens locally inside your browser. The extension makes no network requests of any kind.

What the extension accesses

When you click the CaptureFullPage toolbar icon, the extension is granted temporary access to that one tab (via Chrome's activeTab permission) for the duration of that capture. During that time it:

  • reads the page's dimensions and scroll position,
  • scrolls the page and captures the visible area repeatedly,
  • stitches those captures into a single image in memory.

The extension holds no standing access to any website. It cannot read any page you have not explicitly clicked the icon on, and its access ends when the capture finishes.

Where the screenshot goes

The stitched screenshot is held in chrome.storage.session, an in-memory store that is never written to disk and is erased when the browser closes. It is passed from the extension's background worker to the result tab and replaced by your next capture.

An image leaves the extension only when you explicitly choose to export it:

  • Save PNG and Export PDF write to your local downloads folder.
  • Copy places the image on your system clipboard.

Nothing is uploaded anywhere. There is no server, no analytics, no telemetry, no advertising, and no third-party code in this extension.

Data sharing

None. No data is transferred to the developer or to any third party.

Permissions and why they exist

PermissionPurpose
activeTabTemporary access to the tab you clicked, so the page can be measured, scrolled, and captured.
scriptingInjects the measuring and scrolling script into that tab.
downloadsSaves the PNG or PDF you asked for to your downloads folder.
storageIn-memory hand-off of the finished screenshot to the result tab.

The extension deliberately does not request <all_urls> or any other host permission.

Contact

Questions about this policy: sumanxg@gmail.com

Changes

Any future change to this policy will be published at this same address with an updated date above.