Problem :
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:UsersUsernameAppDataLocalGoogleChrome.
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?
Solution :
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}AppDataLocalGoogleChromeUser 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.