Alt Manager for roblox
This extension allows you to manage your roblox alt account.
What is Alt Manager for roblox?
Alt Manager for roblox is a Chrome extension developed by TheEpicFace007, and its main feature is "This extension allows you to manage your roblox alt account.".
Extension Screenshots
Download Alt Manager for roblox Extension CRX File
Download Alt Manager for roblox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allow you to manage your roblox alts. It allow you to quickly login into your alts.
Extension Basic Information
Name | Alt Manager for roblox |
ID | jopbalfbfjngfjcpkhecmeaejaigklpj |
Official URL | https://chromewebstore.google.com/detail/alt-manager-for-roblox/jopbalfbfjngfjcpkhecmeaejaigklpj |
Description | This extension allows you to manage your roblox alt account. |
File Size | 710 KB |
Installation Count | 1,222 |
Current Version | 1.0.2 |
Last Updated | 2023-01-25 |
Publish Date | 2022-10-30 |
Rating | 3.25/5 Total 4 Ratings |
Developer | TheEpicFace007 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/TheEpicFace007/roblox-alt-account-manager |
Supported Languages | 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" ] } ] } |