A Chrome/Edge extension (Manifest V3) to save unlimited Roblox accounts and switch
between them in one click. It works by saving and swapping your .ROBLOSECURITY
session cookie — the same thing that keeps you logged in.
- Open
chrome://extensions(oredge://extensions). - Turn on Developer mode (top-right).
- Click Load unpacked and select this
roblox-account-managerfolder. - Pin the red R icon from the puzzle-piece menu so it's always visible.
The packaged file is roblox-account-manager.xpi
Firefox blocks permanent install of unsigned add-ons on the normal Release/Beta builds — this is a Mozilla security rule, not something the extension can opt out of. Pick one:
- Try it now (any Firefox), removed on restart: go to
about:debugging#/runtime/this-firefox- Load Temporary Add-on - select
roblox-account-manager.xpi.
- Load Temporary Add-on - select
- Permanent, no signing: use Firefox Developer Edition, Nightly, or ESR. In
about:configsetxpinstall.signatures.requiredtofalse, then openabout:addons- gear icon - Install Add-on From File - pick the
.xpi.
- gear icon - Install Add-on From File - pick the
- Log into a Roblox account normally at roblox.com.
- Open the extension and click + Save current. Your username and avatar are stored.
- Log out, log into a different account, and + Save current again. Repeat for as many accounts as you like.
- To switch, just click Switch on any saved account, open Roblox tabs reload into that account automatically.
Open “Add account manually” and paste a .ROBLOSECURITY cookie value. The account's
name/avatar resolves the first time you switch to it.
Use Export to save all accounts to a JSON file, and Import to restore them (handy when moving to a new machine). Keep this file private.
- The extension reads/writes the
.ROBLOSECURITYcookie on.roblox.comusing thecookiespermission. - Accounts are stored locally in
chrome.storage.local, nothing is sent anywhere. - Switching sets the cookie to the chosen account's value and reloads Roblox tabs.
| File | Purpose |
|---|---|
manifest.json |
Extension config & permissions (cookies, storage, roblox.com hosts) |
popup.html/.css/.js |
The account manager UI and all logic |
icons/ |
Toolbar icons |
The .ROBLOSECURITY cookie is a full session token. Anyone who obtains it can access
your account without a password or 2FA. Because of that:
- Never share your export file or paste your cookie anywhere else.
This is an unofficial tool and is not affiliated with or endorsed by Roblox.