Skip to content

Instantly share code, notes, and snippets.

@shawkhemi81-byte
Created January 26, 2026 09:05
Show Gist options
  • Select an option

  • Save shawkhemi81-byte/9ab8bfad27c30192b35d8d4513f154f1 to your computer and use it in GitHub Desktop.

Select an option

Save shawkhemi81-byte/9ab8bfad27c30192b35d8d4513f154f1 to your computer and use it in GitHub Desktop.
Privacy Policy for Simple Authenticator Chrome Extension

Privacy Policy - Simple Authenticator

Last updated: January 26, 2025

Overview

Simple Authenticator is a Chrome extension that generates Time-based One-Time Passwords (TOTP) for two-factor authentication.

Data Collection

This extension does NOT collect, transmit, or share any personal data with external servers.

Data Storage

All data (TOTP secret keys, account names, issuer names) is stored locally in your browser using Chrome's storage API. Your sensitive authentication data never leaves your device.

Permissions Used

  • storage: To save your TOTP accounts locally in Chrome
  • activeTab: To auto-paste OTP codes to the current tab's login form
  • scripting: To inject OTP codes into input fields for auto-fill functionality

Third-Party Services

This extension does not use any third-party services, analytics, or tracking.

Data Security

All secret keys are stored only on your local device. We recommend regularly backing up your accounts using the export feature.

Disclaimer

THIS EXTENSION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. THE DEVELOPER SHALL NOT BE HELD LIABLE FOR ANY DAMAGES, INCLUDING BUT NOT LIMITED TO: LOSS OF ACCESS TO ACCOUNTS, DATA LOSS, SECURITY BREACHES, OR ANY OTHER DIRECT OR INDIRECT DAMAGES ARISING FROM THE USE OF THIS EXTENSION. USE AT YOUR OWN RISK. ALWAYS KEEP BACKUP CODES PROVIDED BY YOUR SERVICES.

Beta Version Notice

This extension is currently in beta. Features may change and bugs may exist. We appreciate your understanding and feedback.

Contact

For questions or concerns, please open an issue on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment