RoSearcher

RoSearcher

Search through the game servers for a player!

Additional files are visible only to premium users

manifest.json


{
  "name": "RoSearcher",
  "version": "1.8.1",
  "manifest_version": 3,
  "description": "Search through the game servers for a player!",
  "icons": {
    "128": "icon.png"
  },
  "host_permissions": [
    "*://*.roblox.com/*",
    "*://*.rbxcdn.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/js/plugin.js",
        "/lib/bottleneck.js"
      ],
      "matches": [
        "*://*.roblox.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.roblox.com/games/*"
      ],
      "run_at": "document_idle",
      "css": [
        "/css/styles.css"
      ],
      "js": [
        "/js/inject.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}