Roblox Multi Accounts

Allows swapping between multiple Roblox accounts.

Was ist Roblox Multi Accounts?

Roblox Multi Accounts ist eine Chrome-Erweiterung, die von jmkdev entwickelt wurde, und ihr Hauptmerkmal ist "Allows swapping between multiple Roblox accounts.".

Erweiterungsscreenshots

screenshot

Roblox Multi Accounts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Roblox Multi Accounts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Roblox Multi Accounts Roblox Multi Accounts
ID cmeicimcdhgohgjmpmcdpakjjdohhocg
Offizielle URL https://chromewebstore.google.com/detail/roblox-multi-accounts/cmeicimcdhgohgjmpmcdpakjjdohhocg
Beschreibung Allows swapping between multiple Roblox accounts.
Dateigröße 77.71 KB
Installationsanzahl 82,569
Aktuelle Version 0.0.1
Letztes Update 2021-02-18
Veröffentlichungsdatum 2021-02-17
Bewertung 3.50/5 Insgesamt 286 Bewertungen
Entwickler jmkdev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}