Roblox Avatar Sandbox

Roblox Avatar Sandbox

Customize your Roblox avatar with any item on the catalog in the avatar sandbox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Roblox Avatar Sandbox",
  "version": "1",
  "description": "Customize your Roblox avatar with any item on the catalog in the avatar sandbox",
  "manifest_version": 3,
  "content_scripts": [
    {
      "js": [
        "sandbox.js"
      ],
      "matches": [
        "*://*.roblox.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}