Go to the folder where the files you wanna convert are.
Enter this script = "for x in ls *.webp; do ffmpeg -i {x%.webp}.jpg; done" (dont add the quotations).
Done :sunglasses: (if you get the ffmpeg: command not found error you need to get ffmpeg. go here to get it).