Session Switcher is a browser extension that allows users to manage, save, and switch between multiple login sessions with ease and 100% free!. It's especially useful for developers, testers, or anyone who frequently switches between accounts or environments.
demo-video.mp4
- Chrome Web Store → Session Switcher
- Firefox Add-ons → Session Switcher
- Edge Add-ons → Session Switcher (use chrome webstore)
-
🔐 Save Login Sessions
Capture and store cookies for the current session. -
🔄 Switch Between Sessions Instantly
Load saved sessions with one click — no more logging in/out manually. -
💾 Persistent Storage
All session data is stored locally and securely in your browser. -
🌐 Multi-Site Support
Manage sessions for different websites independently.
Kindly create an issue here.
Write a descriptive problem, step-to-reproduce, web browser that you use, and the website url.
- Download and extract from the release tab.
- Open
chrome://extensions/in your browser. - Enable Developer mode.
- Click Load unpacked and select the downloaded folder.
- Open
about:debugging. - Click This Firefox > Load Temporary Add-on.
- Select the
manifest.jsonfile from thedistfolder.
# Install dependencies (requires Bun)
bun install
# Dev the project
bun run dev:<firefox or chrome>
# Build the project
bun run build:<firefox or chrome>This project uses Jest for testing. To run tests, use the following command:
bun run testPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT License