VRChat Profile Firefox

Examine source code of VRChat Profile

Inspect and view changes in VRChat Profile source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0.0",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "256": "icons/vrcprofile.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://vrchat.com/home/*"
      ],
      "js": [
        "vrchat-content.js"
      ]
    },
    {
      "matches": [
        "https://vrcprofile.com/*"
      ],
      "js": [
        "vrcprofile-content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "cookies",
    "https://vrchat.com/*"
  ]
}

Best VRChat Profile Alternatives

Here are some Firefox add-ons that are similar to VRChat Profile: