None of the answers seem to do the trick nd youtube videos talk about putting in a default password; but that is like storing your passwords in a safe and leaving the safe unlocked.
All my passwords are unique, and I use a formula that I have memorized to apply the correct password to any site. I manage my own passwords and refuse to use a password manager of any type.
What I want to do is DELETE keyring so it does not function in any capacity. Firefox doesn't prompt me to enter a keyring so neither should Chrome.
Here is what I have found and tried.
From a command prompt I typed "seahorse" and it ran the password keyring and let me delete the pre-defined profiles in it.
Then I tried chrome several times and it was gone, but as soon as I rebooted, and loaded Chrome again, it came back. So I repeated the above step and after that I did the follwing at a command prompt.
sudo apt purge seahorse
It successfully removed it, but when I reboot and load chrome, once again it wants a keyring.
I then typed the following.
sudo rm ~/.local/share/keyrings -fr
keyrings are gone, but as soon as I reboot and load chrome, it's back again. At a command prompt I typed
keyring --disable
rebooted, and again chrome still prompts me for keyring. Next I looked in the profile.d and I didin't see anything in there running it.
There has to be a way to destroy the keyring program completely so it never even runs. Anybody?