Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "RoGold - Level Up Roblox",
"description": "__MSG_appDesc__",
"default_locale": "en",
"author": "alexop",
"version": "1.7.7",
"manifest_version": 3,
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"svg\/*",
"images\/*.png",
"images\/*.svg",
"retrieveGlobal.js",
"useAngular.js",
"init.js",
"icons\/*",
"src\/libraries\/request.js"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/web.roblox.com\/*",
"*:\/\/www.roblox.com\/*"
],
"resources": [
"assets\/inject.js-DLsrT3uP.js"
],
"use_dynamic_url": false
}
],
"content_scripts": [
{
"js": [
"assets\/inject.js-DLsrT3uP.js"
],
"matches": [
"*:\/\/www.roblox.com\/*",
"*:\/\/web.roblox.com\/*"
],
"run_at": "document_start",
"all_frames": true,
"css": [
"assets\/inject-BB4FpL0E.css"
]
}
],
"action": {
"default_icon": "icons\/grey.png",
"default_popup": "public\/popup\/popup.html"
},
"icons": {
"16": "icons\/grey_16x16.png",
"48": "icons\/grey_48x48.png",
"128": "icons\/grey_128x128.png"
},
"permissions": [
"storage",
"contextMenus",
"clipboardWrite",
"notifications"
],
"host_permissions": [
"*:\/\/*.roblox.com\/*",
"*:\/\/*.rbxcdn.com\/*"
],
"short_name": "RoGold",
"browser_specific_settings": {
"gecko": {
"id": "{048bba8c-c62d-4967-963d-d663cae75d3f}"
}
}
}