Get a Ban Hammer on Roblox

Get the Ban Hammer gear on Roblox for free
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Get a Ban Hammer on Roblox",
  "version": "1.1",
  "description": "Get the Ban Hammer gear on Roblox for free",
  "manifest_version": 3,
  "content_scripts": [
    {
      "js": [
        "Script.js"
      ],
      "matches": [
        "*://*.roblox.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}