How can I disable support for .webp image format so that Chrome does not offer me to download an image in this extension instead of the usual .jpg? So, for example, made in Ognelis. Is it allowed to do the same in Chrome?
- Neither chrome, nor Ognelis do not alter anything themselves and strictly propose only what the server gives to the browser. Gives webp - it means there will be webp. Give jpeg - then it will be jpeg. For details about the behavior, ask the administrator of the server, and not with us - andreymal
|
1 answer
- Webp and jpg - DIFFERENT file formats and the browser CANNOT download webp as jpg, because it does not have a built-in image converter.
- Ognelis does nothing of the kind. If instead of .webp you receive .jpg, it means that the site developer has provided an old browser and puts a picture in a supported format for you.
- Accordingly, in Chrome, you do not need to disable anything. Do not like webp - use a browser that does not support it, and hope that the author of the site has attended to put a jpg version of the pictures. However, theoretically, you can make Chrome present itself as Firefox by changing the User-agent to it, well, then ... then it remains to be hoped too.
|