Roblox Anti-Experience Chrome Extension

Roblox Anti-Experience Chrome Extension

Gets rid of that ugly experience update from the Roblox Website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Roblox Anti-Experience Chrome Extension",
  "version": "0.2.0",
  "description": "Gets rid of that ugly experience update from the Roblox Website",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.roblox.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}