VRC Home Ex. by やま@kwxxw

VRC Home Ex. by やま@kwxxw

VRC Home Extention. Show instance owner and user counts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VRC Home Ex. by やま@kwxxw",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "description": "VRC Home Extention. Show instance owner and user counts.",
  "content_scripts": [
    {
      "js": [
        "scripts/main.js"
      ],
      "run_at": "document_end",
      "matches": [
        "https://vrchat.com/home/locations",
        "https://vrchat.com/home"
      ]
    }
  ]
}