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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/"
    ]
}