Chrome
The User-Agent structure and representative examples of Chrome
Chrome is a browser developed by Google and uses the Blink rendering engine. The table below shows the User-Agent tokens that identify Chrome and its supported operating systems, followed by real string examples.
| Vendor | |
|---|---|
| Rendering Engine | Blink |
| Supported OS | Windows, macOS, Linux, Android |
| UA Identifier Token | Chrome/<version>.0.0.0 |
User-Agent Example
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36Mozilla/5.0 (Linux; Android 16; Pixel 9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Mobile Safari/537.36
Try assembling one yourself: User-Agent Generator