Session Replay browser extension Firefox

Examine source code of Session Replay browser extension

Inspect and view changes in Session Replay browser extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Session Replay browser extension",
  "description": "Session Replay browser extension that allows to proxy loading of resources when replaying a session",
  "version": "1.2.0",
  "icons": {
    "32": "icon/icon32.png",
    "44": "icon/icon44.png",
    "128": "icon/icon128.png",
    "150": "icon/icon150.png"
  },
  "action": {
    "default_icon": "icon/icon150.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ab035c98-a603-4d50-9876-6d4dc547c2ec}",
      "strict_min_version": "130.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Session Replay browser extension Alternatives

Here are some Firefox add-ons that are similar to Session Replay browser extension: