Secure Vault Manager Extension version history - 3 versions
Secure Vault Manager Extension by Hai Pham Ngoc (haiphamngoc-dev)
Secure Vault Manager Extension version history - 3 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.1.3
Released Jul 27, 2026 - 422.97 KBWorks with firefox 140.0 and later- Simulated typing events (focus, click, keydown, keypress, keyup) during autofill to ensure perfect compatibility with modern web frameworks (React, Vue, Angular, Svelte).
- Added smart support for segmented OTP/TOTP inputs, automatically splitting and distributing code digits across split input boxes.
- Revamped the "Save/Update Credentials" prompt behavior: prompts are now intelligently deferred using MutationObserver and page-load checks to only trigger upon verified login success.
- Skip save/update prompts for credentials that already exist in the Vault to prevent duplicate popups.
- Added granular configuration for autofill behaviors on login items, supporting backend domain matches, frontend UI fields, and full localization.
- Improved the extension popup to display custom login item titles instead of raw domains for a cleaner layout.
Source code released under MIT License
Older versions
Version 0.1.2
Released Jul 26, 2026 - 422.95 KBWorks with firefox 140.0 and laterVersion 0.1.2 Release Notes:
- Migrated core architecture from browser native messaging to a secure, local HTTP loopback server communicating with the desktop app.
- Added AES-256-GCM encryption for all local inter-process communication (IPC) to support sandboxed platforms (such as Flatpak and Snap).
- Implemented a secure, local token pairing verification mechanism between the browser extension and the desktop app.
- Enhanced user interface color contrast and accessibility layouts.
- Upgraded credential autofill and save/update prompt detection behaviors.Source code released under MIT License
Version 0.1.0
Released Jul 18, 2026 - 162.51 KBWorks with firefox 140.0 and laterSource code released under MIT License