Roblox Multi Accounts
Allows swapping between multiple Roblox accounts.
Cos'è Roblox Multi Accounts?
Roblox Multi Accounts è un'estensione di Chrome sviluppata da jmkdev, e la sua funzione principale è "Allows swapping between multiple Roblox accounts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Roblox Multi Accounts
Scarica i file di estensione Roblox Multi Accounts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Roblox Multi Accounts |
ID | cmeicimcdhgohgjmpmcdpakjjdohhocg |
URL Ufficiale | https://chromewebstore.google.com/detail/roblox-multi-accounts/cmeicimcdhgohgjmpmcdpakjjdohhocg |
Descrizione | Allows swapping between multiple Roblox accounts. |
Dimensione del File | 77.71 KB |
Conteggio Installazioni | 82,569 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2021-02-18 |
Data di Pubblicazione | 2021-02-17 |
Valutazione | 3.50/5 Totale 286 Valutazioni |
Sviluppatore | jmkdev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |