Sachin B. R.
Sachin B. R.

Reputation: 959

How to add usernames and passwords to the file where chrome stores user credentials?

I have a lot of usernames and passwords that I want chrome to do auto fill when I go to the login page of the site to save time(I have around 1000 user ids and I might have to login with every user ids). I know that chrome stores the usernames and passwords in a file so can I store these information in that file? If it is possible then in which format should it be stored? If I should encrypt the credentials before saving it on the file then can anybody point me to the encrypter that it uses?

Upvotes: 3

Views: 98

Answers (1)

Marco Bonelli
Marco Bonelli

Reputation: 69367

Nope, this isn't possible, not from a Chrome Extension nor a Chrome App, and not even manually, because these files are encrypted by Chrome. By the way, if you want, you can create an extension that uses a content script to inject the login details and automatically click the login button for you on certain pages.

Upvotes: 4

Related Questions