Install rename tool:
apt install rename
To batch rename files in a dir, changing the extension:
rename 's/\.jpg_160x120$/.jpg/' *.jpg_160x120
this example, renames all extensions from jpg_160x120 to jpg

very very slowly
Install rename tool:
apt install rename
To batch rename files in a dir, changing the extension:
rename 's/\.jpg_160x120$/.jpg/' *.jpg_160x120
this example, renames all extensions from jpg_160x120 to jpg