BugReplay Desktop Firefox

Examine source code of BugReplay Desktop

Inspect and view changes in BugReplay Desktop source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "4.0.17",
  "name": "BugReplay Desktop",
  "short_name": "BugReplay Desktop",
  "description": "Screencast and Network Debugging Tool",
  "background": {
    "page": "html/background-page.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/ic-16-blue.png",
      "48": "img/ic-48-blue.png"
    },
    "default_popup": "html/popup.html"
  },
  "icons": {
    "128": "img/ic-128-blue.png"
  },
  "manifest_version": 2,
  "permissions": [
    "<all_urls>",
    "activeTab",
    "alarms",
    "storage",
    "notifications",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "cookies",
    "https://*.bugreplay.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://app.bugreplay.com/static/html/firefox-extension-get-user-media-launcher.html*"
      ],
      "js": [
        "/bundled/background/recording/firefox-content-script.js"
      ]
    },
    {
      "matches": [
        "https://app.bugreplay.com/*"
      ],
      "js": [
        "/bundled/background/recording/firefox-detect-extension.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/bundled/background/camera/detect.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/bugreplay-extension-check.gif",
    "html/camera.html",
    "bundled/background/camera/content.js",
    "css/content.css",
    "img/camera/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d85b8ae3-0d4f-4d15-9f46-10d289fe0bc6}"
    }
  }
}

Best BugReplay Desktop Alternatives

Here are some Firefox add-ons that are similar to BugReplay Desktop: