FACEIT 2D Replay Firefox

Examine source code of FACEIT 2D Replay

By: sparko
Inspect and view changes in FACEIT 2D Replay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FACEIT 2D Replay",
  "version": "0.6.1",
  "author": "sparko",
  "license": "MIT",
  "homepage_url": "https://2d.sparko.cz/",
  "browser_specific_settings": {
    "gecko": {
      "id": "cs2-2d-replay-faceit-firefox@sparko.cz"
    }
  },
  "description": "View CS2 demo replays in 2D directly from FACEIT match pages in single click.",
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://www.faceit.com/*",
    "https://faceit.com/*",
    "https://*.faceit.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.faceit.com/*",
        "https://faceit.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "content-styles.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "FACEIT 2D Replay",
    "default_icon": "icons/icon_48.png"
  },
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  }
}

Best FACEIT 2D Replay Alternatives

Here are some Firefox add-ons that are similar to FACEIT 2D Replay: