Images save as WEBP file now when right clicking to download

Another way that works on MacOS is to use the dwebp command through your terminal to convert the webp file to jpg or png.

  1. Right click and open image in new tab.

  2. Save the image into your preferred folder and make sure it saves with the .webp extension.

  3. With your terminal, navigate to your folder containing the webp files.

  4. convert using this example command: dwebp yourfile.webp -o newfile.jpg

  5. Repeat for each image you want to convert, or get fancy and automate it using a bash script.

Note: dwebp / cwebp is a program that should already be present on your MacOS
cwebp converts jpg or anything to webp using the same command in 4 but with ‘cwebp’ to start