Privacy Policy
Full Page Screenshot does not collect, transmit, or sell any data. It has no servers, no analytics, and no accounts. It makes no network requests of any kind, and you can verify that in the source.
What the extension can access
Only the tab you explicitly ask it to capture, and only at the moment you
ask. The extension uses Chrome's activeTab permission, which
grants access to a single tab in response to your click or keyboard
shortcut, and expires on its own. It cannot read pages you did not ask it
to capture, and it holds no standing access to any website.
What it stores, and where
- Your screenshots
Stored locally in your browser's IndexedDB so the preview can open. They never leave your device. The extension keeps only the most recent 8 captures and deletes anything older than 24 hours, automatically. Removing the extension deletes them all.
- Your settings
Preferences (image format, quality, filename pattern and similar) are saved with
chrome.storage.sync. If you have Chrome Sync switched on, Chrome syncs these small settings between your own signed-in browsers, which means they pass through Google's sync service like your bookmarks do. That is handled entirely by Chrome; the developer never sees them. No screenshot data is ever synced.- Files you download
Saved straight to your computer by Chrome's own download manager. Nothing is uploaded anywhere.
A screenshot is website content. It stays on your device.
Every developer has to declare what user data their extension handles, and a screenshot is by definition the content of a website. Full Page Screenshot declares that it collects no user data, and that is precise rather than evasive: to collect means to transmit data off your device. Your capture is created on your machine, written to your own browser's storage, drawn back to you, and deleted on a timer. It is never sent anywhere, so there is nothing for anyone, the developer included, to collect.
What it never does
- No data is sent to any server, including the developer's.
- No analytics, telemetry, tracking pixels, or crash reporting.
- No accounts, sign-ins, or identifiers of any kind.
- No advertising, and nothing is sold or shared with third parties.
- No remotely-hosted code is loaded or executed.
Limited Use
Full Page Screenshot's handling of user data complies with the Chrome Web Store User Data Policy, including its Limited Use requirements. Concretely, and without exception:
- No user data is sold or transferred to third parties.
No user data is used or transferred for any purpose unrelated to the extension's single purpose: capturing the page you asked it to capture.
No user data is used or transferred to determine creditworthiness, or for lending purposes.
No human reads your data. Nothing is transmitted, so there is nothing for a human to read.
Permissions, and why each one exists
activeTab- Read the page you asked to capture, for the duration of that capture.
scripting- Inject the script that measures and scrolls the page while capturing.
storage- Remember your own preferences.
downloads- Save the finished screenshot to your Downloads folder.
clipboardWrite- Implement the "Copy image" button.
The extension deliberately does not request broad host permissions, which is what would otherwise let it read any site at any time.
This website
This site is static and sets no cookies of its own. It embeds the
Buy Me a Coffee support widget, which is loaded from
buymeacoffee.com and is subject to
their privacy policy.
It is the only third-party resource on the page.
Changes
If this policy changes, the date at the top changes with it. Material changes will be noted in the extension's release notes.
Who this is
Full Page Screenshot is built and maintained by Nitesh Padghan, an individual developer. There is no company behind it, no data processor acting on its behalf, and no third party with access to anything it touches.
Contact
Questions about privacy, or anything else: hello@fullpagescreenshot.in.