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 |
官方網址 | 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\/" ] } |