Examine source code of Roblox Better Friends Visited

Inspect and view changes in Roblox Better Friends Visited 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Roblox Better Friends Visited",
  "version": "1.2",
  "manifest_version": 3,
  "description": "This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count.",
  "action": {
    "default_icon": "/icons/icon128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.roblox.com/home*"
      ],
      "run_at": "document_end",
      "js": [
        "/plugin.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "support@bg9.app",
      "strict_min_version": "42.0"
    }
  }
}