Apparently Chrome, which i used on my work computer to get some game files, downloads images in .webp by default.
Some servers will serve webp to supported browsers to save bandwidth, even if the URL ends in .png. So its not Chrome's default, its the website.
.png
Adding ?png at the end of the image URL may help
?png
I just think they're neat!
Some servers will serve webp to supported browsers to save bandwidth, even if the URL ends in
.png. So its not Chrome's default, its the website.Adding
?pngat the end of the image URL may help