Roblox Multi Accounts

Allows swapping between multiple Roblox accounts.

Co to jest Roblox Multi Accounts?

Roblox Multi Accounts to rozszerzenie Chrome opracowane przez jmkdev, a jego główną funkcją jest „Allows swapping between multiple Roblox accounts.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Roblox Multi Accounts

Pobierz pliki rozszerzeń Roblox Multi Accounts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Roblox Multi Accounts Roblox Multi Accounts
ID cmeicimcdhgohgjmpmcdpakjjdohhocg
Oficjalny URL https://chromewebstore.google.com/detail/roblox-multi-accounts/cmeicimcdhgohgjmpmcdpakjjdohhocg
Opis Allows swapping between multiple Roblox accounts.
Rozmiar pliku 77.71 KB
Liczba instalacji 82,569
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2021-02-18
Data Publikacji 2021-02-17
Ocena 3.50/5 Łącznie 286 Oceny
Deweloper jmkdev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}