Roblox Multi Accounts

Allows swapping between multiple Roblox accounts.

什么是Roblox Multi Accounts?

Roblox Multi Accounts是由jmkdev开发的Chrome扩展程序,该扩展的主要功能是“Allows swapping between multiple Roblox accounts.”。

扩展截图

screenshot

下载Roblox Multi Accounts扩展crx文件

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