A report suggests that Google has sneaked code into Chromium-based browsers that is favoring Google-owned properties. Browsers like Chrome, Brave, and Microsoft Edge appear affected.
If true, it would give critics of Google’s dominance in web browsing a mighty powerful argument.
Here are the details: Google Chrome and other Chromium-based browsers give *.google.com sites full access to system / tab CPU usage, GPU usage, memory usage, detailed processor information, and a logging backchannel.
Luca Casonato published information about this on X and Simon Willison published code that anyone may run to verify the claim.

Here is how that is done:
- Open Google Chrome on your system.
- Load https://www.google.com/ or any other *.google.com property.
- Select Menu > More Tools > Developer Console.
- Switch to the Console tab, if it is not active already.
- Type allow pasting.
- Paste the following code: chrome.runtime.sendMessage(‘nkeimhogjdpnpccoofpliimaahmaaome’, {method: ‘cpu.getInfo’}, response => {console.log(JSON.stringify(response, null, 2));});
- Press the Enter-key.
Chrome returns information when the code is run on a Google property. It returns an error message when you run it on any other site.
The code is accessible on the Chromium Code Search website. You can load it here and check it out yourself.
Casonato suggests that the exclusive feature is a violation of the Digital Markets Act as browser vendors “must give the same capabilities to everyone”.
Closing Words
It is unclear if and how Google is using the information. Casonato says that he does not believe that the company uses it for something malicious or invasive, such as fingerprinting.
Still, Google favoring Google in Chrome and Chromium-based browsers is giving critics of Google’s dominance in web browsing another reason why a browser monopoly or duopoly (if you consider Safari), is bad for users.
It is also interesting to note that other Chromium-based browsers have kept the code in their browsers. It is unclear why.
Which browser do you use mainly and why?
















