Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "RoGold Ultimate - Roblox Enhancer",
"short_name": "Ultimate",
"author": "Alrovi ApS",
"version": "1.13.5",
"manifest_version": 3,
"incognito": "not_allowed",
"default_locale": "en",
"icons": {
"128": "images\/iconrounded.png"
},
"background": {
"scripts": [
"src\/background.js"
]
},
"web_accessible_resources": [
{
"resources": [
"styles\/**\/*",
"svg\/*",
"images\/*",
"fonts\/*",
"pwamanifest.webmanifest",
"auth-callback.html",
"auth-callback.js",
"src\/retrieveGlobal.js",
"src\/*.map",
"styles\/*.css",
"lib\/scripts\/request.js",
"styles\/effects.css"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/www.roblox.com\/*",
"*:\/\/web.roblox.com\/*"
],
"js": [
"src\/main.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"host_permissions": [
"*:\/\/*.roblox.com\/*",
"*:\/\/*.rbxcdn.com\/*",
"*:\/\/*.rogold.live\/*"
],
"permissions": [
"storage",
"declarativeNetRequest",
"notifications"
],
"optional_permissions": [
"menus.overrideContext"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "roblox_set",
"enabled": true,
"path": "rules\/roblox_set.json"
}
]
},
"action": {
"default_icon": "images\/iconrounded.png",
"default_popup": "popup\/popup.html"
},
"options_ui": {
"page": "options\/options.html"
},
"description": "Transform your Roblox experience with RoGold Ultimate - Unleash advanced customization, streamlined gameplay, and exclusive insight.",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "113.0"
}
}
}