A privacy-first Chrome Extension that securely auto-fills and logs you into websites using credentials stored locally in your browser.
No Cloud. No 3rd-Party Access. You own your data.
- ✅ Local Storage Only – Credentials are stored in Chrome's local storage (offline).
- ✅ One-Click Auto-Login – Select a saved site from the sidebar and auto-fill/login.
- ✅ Import/Export Backup – Quickly migrate or backup your saved sites.
- ✅ Side Panel Dock – Clean and accessible dock for all your sites.
- ✅ Lightweight & Fast – Minimal resource usage.
- ✅ Open Source & Transparent – You can audit or modify the code as you wish.
| Side Panel View | Add Site Modal |
|---|---|
- Clone or Download this repository.
- Open chrome://extensions/ in Chrome.
- Enable Developer Mode (top-right corner).
- Click "Load Unpacked".
- Select the project folder.
- Compress the entire folder (
manifest.jsonshould be at root level). - Load it as unpacked in Chrome.
- Open Chrome Side Panel via extension icon.
- Click Add Site (+) to store your website credentials.
- Click on the site name to open and auto-login.
- Use Export to back up your saved sites.
- Use Import to load saved sites from a backup file.
[
{
"name": "Example Site",
"url": "https://example.com",
"loginUrl": "https://example.com/login",
"username": "your_username",
"password": "your_password"
}
]