How to export Chrome Autofill form data?

1

2

I'd like to remove one user profile from Chrome web browser, but before I'd like to export its Autofill form data. For example, here is the question how to export browsing history. So if it's not possible to export this data from the web browser it-self, I'm looking for some similar method by directly exporting from the files.

How this can be achieved? Ideally on macOS, but any suggestion is appreciated.

kenorb

Posted 2018-01-26T23:16:50.863

Reputation: 16 795

Do you only need the usernames/passwords? – plttn – 2018-01-27T01:53:41.323

Autofill form data is different to password data. – kenorb – 2018-01-30T12:20:49.290

Answers

3

After doing some more reading and realizing you meant autofill, yes. The autofill database is contained in ~/Library/Application Support/Google/Chrome in the file Web Data. Using a SQLite browser such as DB Browser will allow you to view the data.

See here: See all autofill data

plttn

Posted 2018-01-26T23:16:50.863

Reputation: 398