Welcome!
AuthenticatorPlus is an improvement over the original Authenticator Chrome extenstion. The original extention stored stored your TOTP secrets in local storage and only allowed capturing QR codes from a marquee selection tool. If you reinstalled or uninstalled the extension, you would lose all your data.
AuthenticatorPlus Features
- Encrypted storage of TOTP secrets
- Secrets synced across all devices
- Import secrets via camera
- Mass import secrets from Google Authenticator
- Import secrets via marquee selection tool
- One-click copy of TOTP code
Getting Started
- Set an encryption password
- Grant camera access
- Add your TOTP secrets
AuthenticatorPlus Demo
Watch the video below to see AuthenticatorPlus in action.
Did you find this extension useful? If, so please consider donating. Thank you!
DonateChangelog
Version 1.0.6 - 2025-9-07
- Remove time cache; always sync UTC on popup open
- Apply synced time to all TOTP codes and progress arc
- Persist account order in both local and sync; read local-first with sync fallback
- Update order on add/rename/delete/drag in both stores to prevent cross-device order loss
Version 1.0.5 - 2025-9-07
- Preserve account order across export/import and UI (uses `accountsOrder`)
- Fix restore race; avoid overwriting order before data is decrypted
- Append new accounts to end of order automatically
- Add time sync: fetch UTC on popup open, cache offset for 5 minutes, use for TOTP and progress arc
Version 1.0.4 - 2025-8-17
- Improved drag and drop functionality
- Add sort order persistence to export/import
- Added custom dialog modal (no longer uses system default dialog)
- Added "add account" feature for manual secret entry
- Tested in Chrome Canary as of 8/17/2025
Version 1.0.3 - 2025-4-21
- Added drag and drop feature to account list
- Added ability to manually bulk edit accounts
Version 1.0.2 - 2025-1-27
- Bug fixes
- Add backup and restore feature
Version 1.0.1 - 2025
- Initial release
Suggestions? Comments? Questions?