User Agent Switcher for Chrome

后端 未结 7 1672
北恋
北恋 2021-02-05 05:25

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

7条回答
  •  甜味超标
    2021-02-05 05:27

    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).

    enter image description here

提交回复
热议问题