Skip to content

← Browser Name

Chromium

Chromium is the open-source browser project that underpins Google Chrome and many other browsers.

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

Linux

sh
Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.7 (KHTML, like Gecko) Ubuntu/11.10 Chromium/16.0.912.21 Chrome/16.0.912.21 Safari/535.7

References

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