I\'m looking for a User Agent Switcher for Chrome.
Searching the Chrome Web Store does not come up with a simple switcher. I understand I can run the browser via command
Chrome Developer Tools (as of version 17+) have the ability to supply custom User-Agent
header
Bring up the developer tools by pressing f12
Look in the Console "drawer" (make it visible if not visible)
Click the Emulation tab in the console drawer.
Tick "Spoof user agent" and select an agent (or enter your own User-Agent string using the Other... option).