Alt Manager for roblox
This extension allows you to manage your roblox alt account.
Wat is Alt Manager for roblox?
Alt Manager for roblox is een Chrome-extensie ontwikkeld door TheEpicFace007, en de belangrijkste functie is "This extension allows you to manage your roblox alt account.".
Extensie Screenshots
Download het CRX-bestand van de extensie Alt Manager for roblox
Download Alt Manager for roblox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allow you to manage your roblox alts. It allow you to quickly login into your alts.
Basisinformatie over de Extensie
Naam | Alt Manager for roblox |
ID | jopbalfbfjngfjcpkhecmeaejaigklpj |
Officiële URL | https://chromewebstore.google.com/detail/alt-manager-for-roblox/jopbalfbfjngfjcpkhecmeaejaigklpj |
Beschrijving | This extension allows you to manage your roblox alt account. |
Bestandsgrootte | 710 KB |
Aantal Installaties | 1,222 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2023-01-25 |
Publicatiedatum | 2022-10-30 |
Beoordeling | 3.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | TheEpicFace007 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/TheEpicFace007/roblox-alt-account-manager |
Ondersteunde Talen | 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" ] } ] } |