VRChat Friend IDs

VRChat Friend IDs

Grabs a list of friend IDs from the VRChat API.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "VRChat Friend IDs",
  "description": "Grabs a list of friend IDs from the VRChat API.",
  "version": "1.1.1",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "developer": {
    "name": "Furality",
    "url": "https://www.furality.org"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  },
  "permissions": [
    "storage",
    "*://www.vrchat.com/*",
    "*://vrchat.com/*"
  ]
}