Roblox Multi Accounts

Allows swapping between multiple Roblox accounts.

ما هو Roblox Multi Accounts؟

Roblox Multi Accounts هو إضافة Chrome تم تطويرها بواسطة jmkdev، والميزة الرئيسية لها هي "Allows swapping between multiple Roblox accounts.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Roblox Multi Accounts

قم بتنزيل ملفات الامتداد Roblox Multi Accounts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Roblox Multi Accounts Roblox Multi Accounts
ID cmeicimcdhgohgjmpmcdpakjjdohhocg
عنوان URL الرسمي https://chromewebstore.google.com/detail/roblox-multi-accounts/cmeicimcdhgohgjmpmcdpakjjdohhocg
الوصف Allows swapping between multiple Roblox accounts.
حجم الملف 77.71 KB
عدد التثبيتات 82,569
النسخة الحالية 0.0.1
آخر تحديث 2021-02-18
تاريخ النشر 2021-02-17
تقييم 3.50/5 مجموع تقييمات 286
المطور jmkdev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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\/"
    ]
}