@quast you could at least offer to help rather than demanding the developer to make it for you. He/she is not a slave.
FAO the developer of this plugin: Is there a Github repository that we could contribute to? I too would like to display Posted %time% and I would be glad to submit a Pull Request.
Thanks for the great plugin.
I ended up just downloading the wp-posts.sql file and editing it directly. I found all the images with sizes appended using a regular expression search (thanks Sublime Text). The regular expression I used was -([0-9]{3})x([0-9]{3}).jpg for anybody that’s interested.