Robux Simplify

Robux Simplify

Simplifies the MarketPlace page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Robux Simplify",
  "version": "1.1.1",
  "description": "Simplifies the MarketPlace page.",
  "content_scripts": [
    {
      "matches": [
        "https://www.roblox.com/catalog*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}