Last Updated: [07/13/2025]
Welcome to ScreenLoo. We are committed to protecting your privacy and handling your data in an open and transparent manner. This privacy policy outlines our practices concerning the data processed by the ScreenLoo Chrome extension.
Our guiding principle is user-centric privacy: the data you create belongs to you and should remain on your device. ScreenLoo is designed to function without any central servers and we have no interest in collecting your personal information.
To be perfectly clear, we DO NOT collect, transmit, or store any of the following information on any external servers:
All functionalities of ScreenLoo are performed locally on your computer.
ScreenLoo stores data exclusively within your browser’s secure local storage (chrome.storage.local
and chrome.storage.session
). This data is necessary for the extension to function and includes:
sourceUrl
) is saved. This is done to provide you with context and is displayed as a tooltip in the popup. This information is also stored only on your device.newScreenshotId
) is used to highlight the most recently captured screenshot. This data is automatically cleared when the session ends.You have complete control over your data.
ScreenLoo requests the minimum permissions necessary to provide its features. Here is a detailed explanation of why each permission is required:
storage
: Required to save your screenshots, their source URLs, and your settings locally on your computer. This is the core mechanism that allows the extension to work.activeTab
& scripting
: Required to inject the content script that enables you to select an area of the screen to capture. This script is only injected when you explicitly trigger a capture via the shortcut or popup button.host_permissions
(“notifications
: Required to display system notifications that provide you with immediate feedback, for example, confirming that a screenshot was successfully captured and copied to the clipboard.clipboardWrite
: Required to allow the extension to copy the captured image to your system’s clipboard. This is a primary feature of ScreenLoo.offscreen
: Required to process images. Since the extension’s background service worker cannot directly manipulate images on a canvas, this permission allows ScreenLoo to create a temporary, invisible document to handle image cropping and conversion to the WebP format.alarms
: Required to schedule the automatic cleanup task that deletes all screenshots every 120 minutes.ScreenLoo does not use any third-party services, analytics tools, or advertising networks.
We may update this Privacy Policy to reflect changes in our extension’s functionality or to comply with new regulations. If we make changes, we will update the “Last Updated” date at the top of this policy. We encourage you to review this policy periodically.
If you have any questions, concerns, or feedback regarding this Privacy Policy or the practices of ScreenLoo, please contact us through the support options available on the Chrome Web Store listing or by opening an issue on our project’s code repository.
[https://github.com/pietrofuma]