08-14-2025, 04:31 PM
(08-14-2025, 01:10 PM)tanquang Wrote: 2. Suggestion: Never pin the Chrome Experiments icon (chrome://flags) to the toolbar:cent never pinned a Chrome Labs
On v5.1.1130.129 the Chrome Experiments icon was always pinned to the toolbar, wasting space with no way to remove it. After updating to v5.2.1168.75, fortunately this icon has disappeared (perhaps a bug?) from the toolbar.
However, looking at the CentBrowser\User Data\Default\Preferences file on v5.2.1168.75, this JSON object can be seen:
Code:...
"toolbar": {
"pinned_actions": [
"kShowChromeLabs"
],
"pinned_chrome_labs_migration_complete": true
},
...
Yes, kShowChromeLabs is the Chrome Experiments icon! Even if you delete it, when you restart the browser, it will automatically add it back later. It seems like it always tries to pin the Chrome Experiments icon to the toolbar but somehow v5.2.1168.75 "magically" ignores it.
This is great because I don't have to waste space on an icon that I never need. I hope, with this "bug", it will not (ever) be "fixed", at least not until there is an option to completely disable this icon from the toolbar like other toolbar customization options.