RoSearcher

RoSearcher

Search through the game servers for a player!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RoSearcher",
  "description": "Search through the game servers for a player!",
  "version": "2.6.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://*.roblox.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}