A Chrome extension that enables automatic login to websites by securely saving and auto-filling your credentials.
- Automatic login to your favorite websites
- Secure local storage of credentials with encryption
- Support for multiple accounts per website
- User-friendly interface for credential capture
- Open source for transparency and security
This extension requires broad host permissions (http://*/* and https://*/*) for the following reasons:
-
User Choice: Users can capture login credentials from any website they trust. The extension does not predefine which sites can be automated.
-
Dynamic Automation: Auto-login functionality needs to work on any site where users have saved credentials.
-
User Control: All credential capture and form automation is triggered by explicit user action - never automatically.
-
Security Measures:
- Credentials are stored locally with encryption
- No automatic form submission without user consent
- Master password protection available
- All code is open source for transparency
-
Privacy: The extension does not send any data to external servers. All data is stored locally in your browser.
The extension is available in two versions:
- Supports basic authentication
- Works on Brave browser
- Not compatible with latest Chrome versions
- Download: autologin-mv2.zip
- Compatible with latest Chrome versions
- Does not support basic authentication due to Chrome's Manifest V3 policies
- Recommended for Chrome users
- Download: autologin-mv3.zip
To install dependencies:
bun installTo build the extension:
bun run bundle.jsThis project was created using bun init in bun v1.1.38. Bun is a fast all-in-one JavaScript runtime.
- All credentials are encrypted before storage
- The extension only activates on explicit user action
- Login forms are analyzed locally without sending data to external servers
- Source code is available for security review at https://github.com/muthuishere/autologin
Contributions are welcome! Feel free to submit issues and pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
Copyright (c) 2025 Muthukumaran Navaneethakrishnan
Muthukumaran Navaneethakrishnan GitHub: https://github.com/muthuishere