Builder Sans Deleter

Builder Sans Deleter

This extension replaces Roblox's new horrible "Builder Sans" font with the old Gotham font (it will be changed to Montserrat if…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Builder Sans Deleter",
  "version": "1.0.0",
  "icons": {
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://*.roblox.com/*"
      ],
      "css": [
        "css/builder-sans-deleter.css"
      ]
    }
  ]
}