Alt Manager for roblox
This extension allows you to manage your roblox alt account.
Vad är Alt Manager for roblox?
Alt Manager for roblox är en Chrome-tillägg utvecklad av TheEpicFace007, och dess huvudfunktion är "This extension allows you to manage your roblox alt account.".
Tilläggsskärmbilder
Ladda ner Alt Manager for roblox-förlängningens CRX-fil
Ladda ner Alt Manager for roblox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension allow you to manage your roblox alts. It allow you to quickly login into your alts.
Grundläggande Information om Tillägg
Namn | Alt Manager for roblox |
ID | jopbalfbfjngfjcpkhecmeaejaigklpj |
Officiell webbadress | https://chromewebstore.google.com/detail/alt-manager-for-roblox/jopbalfbfjngfjcpkhecmeaejaigklpj |
Beskrivning | This extension allows you to manage your roblox alt account. |
Filstorlek | 710 KB |
Antal Installationer | 1,222 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2023-01-25 |
Publiceringsdatum | 2022-10-30 |
Betyg | 3.25/5 Totalt 4 Betyg |
Utvecklare | TheEpicFace007 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/TheEpicFace007/roblox-alt-account-manager |
Stödda Språk | 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" ] } ] } |