Giannis Tzagarakis
Giannis Tzagarakis

Reputation: 530

access chrome password manager

I am writing a chrome extension, and I want to find out if the built-in password manager has saved the password of a specific website.

I don't want to know the password, just to find out if there is one for this website.

do you have any ideas how can I do this?

Upvotes: 0

Views: 126

Answers (1)

Xan
Xan

Reputation: 77541

There is no API to interact with the password manager.

There may be very hacky ways of inspecting the loaded login form, but I don't think you're looking for those.

Upvotes: 1

Related Questions