3DX Chat - Profile / Gift Editor Enhancer

3DX Chat - Profile / Gift Editor Enhancer

Enhance the amazing profile & gift editor by ColinDude

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "3DX Chat - Profile / Gift Editor Enhancer",
  "description": "Enhance the amazing profile & gift editor by ColinDude",
  "version": "1.1.0",
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "48": "icon48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://status.3dxchat.net/profile-editor"
      ],
      "css": [
        "profile-editor.css"
      ],
      "run_at": "document_idle",
      "js": [
        "profile-editor.js"
      ]
    }
  ]
}