RoVer

RoVer

RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RoVer",
  "description": "RoVer is a bot that enables you to quickly and easily add Roblox-Discord account verification.    ",
  "version": "1.0.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://*.roblox.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}