Skip to content

← Browser Name

Chrome

Google Chrome is a cross-platform web browser developed by Google.

TIP

UAParser.js distinguishes Chrome by how and where it runs:

  • Chrome for the desktop browser.
  • Mobile Chrome for the standalone Android and iOS browser.
  • Chrome WebView for web content embedded in Android apps.
  • Chrome Headless for Chrome running without a graphical interface, commonly during automation.
  • Chromium for the open-source browser project on which Chrome is based.

User-Agent Examples

Windows

sh
Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.6 (KHTML, like Gecko) Chrome/20.0.1090.0 Safari/536.6
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36

macOS

sh
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4758.102 Safari/537.36
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36

Linux

sh
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36

ChromeOS

sh
Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36

References

UAParser.js v2 is licensed under AGPLv3 or PRO licenses.