Faceit Enhanced Firefox

Examine source code of Faceit Enhanced

Inspect and view changes in Faceit Enhanced source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Faceit Enhanced",
  "version": "2.0.0",
  "description": "Enhanced Faceit experience with stats, Elo tracking, and auto-accept features",
  "browser_specific_settings": {
    "gecko": {
      "id": "faceit-enhanced@example.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage",
    "alarms",
    "notifications"
  ],
  "host_permissions": [
    "https://www.faceit.com/*",
    "https://api.faceit.com/*",
    "https://open.faceit.com/*",
    "https://api.leetify.com/*"
  ],
  "background": {
    "scripts": [
      "src/utils/constants.js",
      "src/utils/elo-thresholds.js",
      "src/utils/storage.js",
      "src/utils/api-client.js",
      "src/background/service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.faceit.com/*"
      ],
      "js": [
        "src/utils/constants.js",
        "src/utils/elo-thresholds.js",
        "src/utils/dom-helpers.js",
        "src/utils/storage.js",
        "src/utils/api-client.js",
        "src/utils/map-stats-aggregator.js",
        "src/utils/leetify-client.js",
        "src/content/api-interceptor.js",
        "src/content/auto-accept.js",
        "src/content/dom-stats-extractor.js",
        "src/content/user-detector.js",
        "src/content/pre-match-intel.js",
        "src/content/stats-overlay.js",
        "src/content/opponent-history.js",
        "src/content/map-veto-helper.js",
        "src/content/debug-helper.js",
        "src/content/content-main.js"
      ],
      "css": [
        "src/content/content.css"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "16": "src/assets/icons/icon16.png",
      "48": "src/assets/icons/icon48.png",
      "128": "src/assets/icons/icon128.png"
    }
  },
  "icons": {
    "16": "src/assets/icons/icon16.png",
    "48": "src/assets/icons/icon48.png",
    "128": "src/assets/icons/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/assets/*",
        "src/content/content.css"
      ],
      "matches": [
        "https://www.faceit.com/*"
      ]
    }
  ]
}

Best Faceit Enhanced Alternatives

Here are some Firefox add-ons that are similar to Faceit Enhanced: