I am working as a web developer and we have to test against all possible versions of chrome. Due to changes in the portable Chrome, it will try to download chrome from the official google servers. This means that it is currently impossible to get a portable chrome app with an older version(e.g. chrome 23)
We tried installing multiple chrome versions side by side on the same machine, but that causes too much interference with other chrome versions, therefore we would switch all of those chrome browsers to a portable chrome app.
We searched the internet for portable chrome apps and we found most of the chrome versions between 23 and 30, but they do not correctly pass command line arguments to chrome, rendering it unusable for us.
Now here my question:
Is it possible to create a portable app with an old version of chrome with some kind of workaround(replace all the files in the chrome-bin folder with the old files, ....), or does anyone have those old versions(23-30) and is willing to upload them for me?
Thanks for helping!
Simon