Alt Manager for roblox
This extension allows you to manage your roblox alt account.
Cos'è Alt Manager for roblox?
Alt Manager for roblox è un'estensione di Chrome sviluppata da TheEpicFace007, e la sua funzione principale è "This extension allows you to manage your roblox alt account.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Alt Manager for roblox
Scarica i file di estensione Alt Manager for roblox 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
This extension allow you to manage your roblox alts. It allow you to quickly login into your alts.
Informazioni di Base sull'Estensione
Nome | Alt Manager for roblox |
ID | jopbalfbfjngfjcpkhecmeaejaigklpj |
URL Ufficiale | https://chromewebstore.google.com/detail/alt-manager-for-roblox/jopbalfbfjngfjcpkhecmeaejaigklpj |
Descrizione | This extension allows you to manage your roblox alt account. |
Dimensione del File | 710 KB |
Conteggio Installazioni | 1,222 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2023-01-25 |
Data di Pubblicazione | 2022-10-30 |
Valutazione | 3.25/5 Totale 4 Valutazioni |
Sviluppatore | TheEpicFace007 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/TheEpicFace007/roblox-alt-account-manager |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Alt Manager for roblox", "version": "1.0.2", "icons": { "1000": "assets\/icons\/favicon.png" }, "description": "This extension allows you to manage your roblox alt account.", "homepage_url": "https:\/\/github.com\/TheEpicFace007\/roblox-alt-account-manager", "short_name": "Alt Manager", "permissions": [ "storage", "cookies" ], "action": { "default_popup": "popup.html", "default_icon": { "1000": "assets\/icons\/favicon.png" } }, "options_ui": { "page": "options.html", "open_in_tab": false, "browser_style": false }, "background": { "service_worker": "js\/background.bundle.js" }, "host_permissions": [ "https:\/\/*.roblox.com\/*", "http:\/\/*.roblox.com\/*", "https:\/\/roblox.com\/*", "http:\/\/roblox.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.roblox.com\/*", "https:\/\/*.roblox.com\/*", "http:\/\/roblox.com\/*", "https:\/\/roblox.com\/*" ], "js": [ "js\/contentScript.bundle.js" ] } ] } |