Roblox Multi Accounts
Allows swapping between multiple Roblox accounts.
What is Roblox Multi Accounts?
Roblox Multi Accounts is a Chrome extension developed by jmkdev, and its main feature is "Allows swapping between multiple Roblox accounts.".
Extension Screenshots
Download Roblox Multi Accounts Extension CRX File
Download Roblox Multi Accounts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Roblox Multi Accounts stores your Roblox session tokens in Chrome storage and allows one user to manage multiple Roblox accounts and easily swap between them. If you often swap between multiple Roblox accounts or sometimes use a separate account, this is the extension for you. How to use: 1. Log in to a Roblox account 2. Press the "Add" button 3. Press the "Logout" button 4. Log in to your next account 5. Repeat from step 2 until all accounts have been added 6. Click the account you want to use to swap accounts
Extension Basic Information
Name | Roblox Multi Accounts |
ID | cmeicimcdhgohgjmpmcdpakjjdohhocg |
Official URL | https://chromewebstore.google.com/detail/roblox-multi-accounts/cmeicimcdhgohgjmpmcdpakjjdohhocg |
Description | Allows swapping between multiple Roblox accounts. |
File Size | 77.71 KB |
Installation Count | 82,569 |
Current Version | 0.0.1 |
Last Updated | 2021-02-18 |
Publish Date | 2021-02-17 |
Rating | 3.50/5 Total 286 Ratings |
Developer | jmkdev |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Roblox Multi Accounts", "version": "0.0.1", "description": "Allows swapping between multiple Roblox accounts.", "manifest_version": 2, "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "declarativeContent", "cookies", "storage", "*:\/\/*.roblox.com\/" ] } |