Changing Chrome's User Agent?
Solution 1:
This link shows how to do it using Terminal. The Terminal command that opens Chrome using the Safari user agent string:
open /Applications/Google\ Chrome.app --args -user-agent="Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_3; en-us) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.2.1 Safari/525.19"
I tested this, and it works with the current version of Chrome. You can find various User-Agent strings here.