Recon - FACEIT CS2 Predictor Firefox

Examine source code of Recon - FACEIT CS2 Predictor

Inspect and view changes in Recon - FACEIT CS2 Predictor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Recon - FACEIT CS2 Predictor",
  "description": "Machine learning based match outcome predictor for CS2 matches on FACEIT",
  "version": "1.0.0.32",
  "action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/lib/lz-string.js",
        "scripts/content.bundle.js"
      ],
      "css": [
        "scripts/content.css"
      ],
      "matches": [
        "https://www.faceit.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/content.css",
        "popup.html",
        "images/icon-48.png"
      ],
      "matches": [
        "https://www.faceit.com/*"
      ]
    }
  ],
  "permissions": [
    "webRequest",
    "storage"
  ],
  "host_permissions": [
    "*://*.faceit.com/*"
  ],
  "background": {
    "scripts": [
      "scripts/background.bundle.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7112ad6c-1a52-4fd8-b9fb-7a844513d7d4}",
      "strict_min_version": "109.0"
    }
  }
}

Best Recon - FACEIT CS2 Predictor Alternatives

Here are some Firefox add-ons that are similar to Recon - FACEIT CS2 Predictor: