Where is the Chrome settings file?

33

10

Where is the Chrome settings file?

Sora

Posted 2010-06-05T04:35:23.167

Reputation: 331

Answers

30

In Windows: C:\Users\<username>\AppData\Local\Google\Chrome\User Data\

Inside this folder there is a Temp folder, several global files, and then a folder for each profile. Most settings are profile-specific, so you'll probably want to look in there.

There's probably just one profile, "Default". If you delete it, you'll lose all your settings, history, cookies, saved passwords, bookmarks, extensions, etc. Chrome will simply recreate it the next time you run it, though.

In OS X: ~/Library/Application\ Support/Google/Chrome/
In Linux: ~/.config/google-chrome/

Darth Android

Posted 2010-06-05T04:35:23.167

Reputation: 35 133

2Do you know how can I change this location in Linux? – Noam Peled – 2016-01-08T16:28:32.357

1@NoamPeled – I'm guessing you'd have to change the source code and recompile. Maybe just create a symlink from there to wherever you want it, e.g. mv ~/.config/google-chrome ~/library/google/chrome && cd ~/.config && ln -s ../library/google/chrome google-chrome – Adam Katz – 2017-03-15T21:42:12.190

1

You can change the location by running Chrome every time using the --user-data-dir command-line switch.

– user1151080 – 2019-02-05T05:36:07.327

6And in OS X this is located at ~/Library/Application Support/Google/Chrome/ – jsejcksn – 2012-03-08T11:09:59.603

3And in Linux this is located at ~/.config/google-chrome/ – cbliard – 2013-12-14T10:06:39.797