Auto fill recorded data file for chrome

0

I have auto fill option activated on my chrome browser. I use Windows 7. I ma looking for the file that stores the data previously recorded as "Auto Fill" such as login username.

I know that such data is stored in C:\Users\Username\AppData\Local\Google\Chrome.

But there are so many files in it and I have already wasted a lot of time looking. Can some one point me in the right direction?

Damon

Posted 2014-12-17T08:19:10.960

Reputation: 263

Question was closed 2015-06-22T12:47:45.743

Answers

0

Ok, I have tried this myself: The file you seek is a SQLite-database, so we need to download/install/use a SQLite-browser. I used DB browser for SQLite, this one is easy to use. There are many others though, just choose one.

Open the DB-browser and open the database-file named "Web Data", in the following directory:

C:\Users\{Username}\AppData\Local\Google\Chrome\User Data\{profile}

{profile} is by default "Default"

Within this database you find several tables, "autofill" is the one with the data you seek. You may modify/delete entries within this table.

JBSregath

Posted 2014-12-17T08:19:10.960

Reputation: 196

I know about the sqlite. But could you be more specific. As I said have already checked those folder. I have found so many .db files and none contained the autofill table. – Damon – 2014-12-17T11:49:58.710

The Web Data-file doesn't have an extension. It is NOT "Web Data.db", is it just "Web Data" – JBSregath – 2014-12-17T13:00:16.587