Examine source code of RoFeatures

Inspect and view changes in RoFeatures source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "RoFeatures",
  "version": "1.0",
  "icons": {
    "48": "icons/roblox.png"
  },
  "description": "Adds useful features to the roblox site.",
  "content_scripts": [
    {
      "matches": [
        "*://*.roblox.com/*"
      ],
      "js": [
        "roblox.js"
      ]
    }
  ]
}