Roblox Multi Accounts
Allows swapping between multiple Roblox accounts.
Roblox Multi Accountsとは何ですか?
Roblox Multi Accountsはjmkdevによって開発されたChromeの拡張機能で、その主な機能は「Allows swapping between multiple Roblox accounts.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/" ] } |