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", "manifest_version": 3, "name": "RoValra - Roblox Improved", "version": "2.1.1.9", "description": "An extension aiming to provide features that other Roblox extensions pay wall!", "content_scripts": [ { "matches": [ "*:\/\/*.roblox.com\/*" ], "js": [ "content.js" ] }, { "matches": [ "*:\/\/*.roblox.com\/*" ], "js": [ "Games\/Regions_content.js" ] }, { "matches": [ "*:\/\/*.roblox.com\/*" ], "js": [ "settings.js" ] } ], "permissions": [ "cookies", "declarativeNetRequest", "storage", "tabs" ], "host_permissions": [ "https:\/\/games.roblox.com\/*", "*:\/\/*.roblox.com\/*", "https:\/\/gamejoin.roblox.com\/v1\/join-game-instance", "https:\/\/users.roblox.com\/*" ], "background": { "service_worker": "background.js" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "Rules\/rules.json" }, { "id": "ruleset_2", "enabled": false, "path": "Rules\/regionRules.json" } ] }, "web_accessible_resources": [ { "resources": [ "HiddenGames\/none-btroblox.js", "HiddenGames\/group_games.js", "HiddenGames\/user_games.js", "misc\/userSniper.js", "misc\/item_sales_content.js", "misc\/style.js", "misc\/utils.js", "Games\/Regions_content.js", "Games\/Subplaces.js", "misc\/joinScript.js", "data\/ServerList.json", "data\/items.json", "Avatar\/R6Warning.js", "Avatar\/R6Fix.js", "settings.js", "Assets\/icon-128.png", "Games\/invite.js", "Games\/sniper.js" ], "matches": [ "https:\/\/www.roblox.com\/*" ] } ], "action": { "default_icon": { "16": "Assets\/icon-16.png", "48": "Assets\/icon-48.png", "128": "Assets\/icon-128.png" } }, "icons": { "16": "Assets\/icon-16.png", "48": "Assets\/icon-48.png", "128": "Assets\/icon-128.png" } }