Effective Date: July 16, 2025
The "Instant Screenshot + Copy" Chrome extension allows users to capture full-page or selected-area screenshots and optionally copy them to clipboard or download them. This extension is privacy-focused and does not collect or share any user data.
All user preferences (such as image quality, save mode, filename prefix) are stored locally using the chrome.storage.local
API. No personal data is collected or transmitted at any point.
When clipboard saving is enabled, the extension copies the screenshot image to the system clipboard using the standard Clipboard API. This operation happens entirely on the user's device and is never stored or sent anywhere.
Screenshots are generated using the open-source html2canvas library or the Chrome captureVisibleTab API. All processing is done locally in memory. Images are either downloaded or copied to clipboard per user preference.
The extension injects minimal scripts such as html2canvas.min.js
, selection-full.js
, and selection-overlay.js
into the current tab. These scripts are listed under web_accessible_resources
and are used solely for visual area capture. They do not access or collect content from the page.
This extension does not track, monitor, analyze, or collect:
This extension does not require Incognito mode access. It works only on standard browser tabs and does not request permission to operate in Incognito.
All data is stored securely using Chrome APIs and never leaves the device. No external servers, analytics tools, or third-party trackers are used.
This privacy policy may be updated in the future. Any changes will be published through the Chrome Web Store listing or linked repository.
For questions, support, or feedback regarding this extension or its privacy policy, please contact the developer via the Chrome Web Store.
This extension complies with Google Chrome Web Store privacy policies.