FACEIT Veto Assistant Firefox

Examine source code of FACEIT Veto Assistant

Inspect and view changes in FACEIT Veto Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FACEIT Veto Assistant",
  "version": "0.1.0",
  "description": "Map edge predictions and veto recommendations for FACEIT match rooms.",
  "icons": {
    "16": "icons/icon.svg",
    "32": "icons/icon.svg",
    "48": "icons/icon.svg",
    "96": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://www.faceit.com/*",
    "https://dimitr.xyz/*"
  ],
  "action": {
    "default_title": "FACEIT Veto Assistant"
  },
  "background": {
    "scripts": [
      "background-loader.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.faceit.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "sidepanel.html",
        "sidepanel.js",
        "assets/*",
        "chunks/*"
      ],
      "matches": [
        "https://www.faceit.com/*"
      ]
    }
  ],
  "options_page": "options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "faceit-veto-assistant@dimitr.xyz",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "browsingActivity",
          "personallyIdentifyingInfo"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best FACEIT Veto Assistant Alternatives

Here are some Firefox add-ons that are similar to FACEIT Veto Assistant: