Remove Google Chrome Unique ID on Linux
I've seen ways to remove the Google Chrome unique ID on Windows using tools like "unchrome" but after a bit of searching I am unable to find an equivalent tool on Linux. Can anyone provide any useful information on removing this unique ID in Linux distros?
Solution 1:
Easy, it is in your Local State file.
~/.config/google-chrome/Local State
Look for user_experience_metrics
(on mine it's near the bottom of the file) then client_id
. Take that out and you should be good.