VRChat Profile Firefox

Examine source code of VRChat Profile

제작자: Narazaka
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/*"
  ]
}

최고의 VRChat Profile 대안

다음은 VRChat Profile과(와) 유사한 Firefox add-on입니다: