Chrome
Chrome extension with explicit-action autofill
The NinjaBiba Chrome extension helps you sign in without giving every site your password on load. When a login form is detected, matching vault accounts are offered; fill happens only after you choose one.
How it works
- Detects common login form fields (type, name, id, autocomplete hints — not typed passwords).
- Matches the current page hostname to vault logins.
- Fills credentials only after an explicit choice in the extension UI.
- May keep an opaque encrypted vault backup in extension storage; master password and decrypted items stay in memory until lock or sign-out.
What we do not do
- We do not inject passwords automatically when a page loads.
- We do not sell user data or run advertising SDKs in the extension.
- We do not send your master password to the server.
Install
When published, install from the Chrome Web Store (search for NinjaBiba). Until then,
developers can load the unpacked build from this repository after
npm run build. Sign in with the same account as the
web vault.
Privacy details for store reviewers: privacy policy.