Hide Roblox Chat

Hide Roblox Chat

Hides the chat section on the Roblox website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Hide Roblox Chat",
  "version": "1",
  "description": "Hides the chat section on the Roblox website",
  "manifest_version": 3,
  "content_scripts": [
    {
      "js": [
        "hideChat.js"
      ],
      "matches": [
        "*://*.roblox.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}