This extension does not collect, transmit, store, or sell any
of your data. Everything happens locally in your browser. There are no servers that receive
your data, and no analytics or tracking of any kind.
What the extension does
When you right-click an image and choose a format, the extension:
Reads the bytes of that one image (either directly, or — for images
protected against direct download — by re-fetching it in the page you are already on).
Decodes and re-encodes it to PNG, JPG, or WebP entirely inside your browser using the
built-in OffscreenCanvas API.
Hands the converted file to your browser's normal download mechanism.
The image never leaves your device except as a file you chose to save.
Data collection
None. Specifically:
No personal information is collected.
No browsing history, page content, or image content is transmitted anywhere.
No analytics, telemetry, cookies, fingerprinting, or advertising identifiers.
No accounts, sign-in, or user profiles.
Settings storage
Your preferences (image quality and filename pattern) are stored using the browser's
storage.sync API. They stay in your own browser profile (and, if you have browser
sync enabled, your own browser account). They are never sent to us — we have no server that
could receive them.
Permissions and why they are needed
contextMenus — to add the "Save image as…" right-click menu.
downloads — to save the converted file.
storage — to remember your quality and filename settings.
scripting + activeTab — only used, at the moment you click, to re-fetch an
image from the current page's context when a site blocks direct downloads (hotlink
protection). It reads that one image; it does not read page content.
Host access to all sites — an optional permission that is
not requested at install. It is requested only the first time you convert an
image, and you can decline it. It is needed because images are commonly served from
content-delivery networks on a different origin than the page, and only extension-privileged
fetching can read those bytes to convert them. This access is used solely to
fetch the specific image you clicked. It is never used to read, monitor, or transmit anything
else, and there is no server for it to transmit to.
Optional feedback
If you use the "Report a problem" feature, the message you type (and an email address, only
if you choose to provide one) is sent so we can respond to the issue. Nothing is sent unless you
fill in that form and submit it. No feedback is collected automatically.
Third parties
We do not share data with third parties, because we do not collect any.
Changes
If this policy changes, the "Last updated" date above will change and the new version will
ship with the extension.