A focused Chrome extension

Download the image you actually wanted.

Save the source. Skip the WebP or AVIF when available.

Try it here: Install the extension, right-click the image, then choose Save source image.
Chrome context menu with the extension’s save command highlighted

How it works

One command. No conversion step.

The extension inspects an image only when you choose its context-menu command.

1

Right-click an image

Open Chrome’s normal image context menu on the picture you want.

2

Choose Save source image

The extension temporarily checks the clicked image’s declared src.

3

Save the declared source

Chrome downloads the selected URL, and the extension suggests a clean filename based on the response.

Behind the right-click

See why Chrome can save a different file.

The same image can declare a fallback src and responsive WebP or AVIF candidates.

Page markup declares a JPG in img src and WebP and AVIF candidates in srcset. Chrome displays the AVIF, while the extension downloads the usable JPG declared in img src.
The extension saves the declared source only when it is usable. It cannot recover a format the page does not expose.

Built to stay focused

The extension does one job. Only when you ask.

  • No image conversion or re-encoding
  • No permanent access to every website
  • No developer-operated backend
  • No accounts, advertising, or analytics
  • No extension-managed browsing history
  • No remotely hosted executable code

What “source” means

Save Source Image prefers the literal URL in the clicked image’s img src when it is usable. It cannot recover a format the page does not expose. If that URL itself serves WebP or AVIF, or only an optimized candidate is available, Chrome may still save that format.

Understand the limit

Helpful guides, without the hype.

Learn why a browser may save WebP or AVIF, and what a page’s image source declarations actually mean.

Save the exposed source

Save Source Image can help only when the page exposes a usable source URL. It does not create formats that are not available.