Feedback By BugReplay Firefox

Examine source code of Feedback By BugReplay

Inspect and view changes in Feedback By BugReplay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "4.0.17",
  "name": "Feedback By BugReplay",
  "short_name": "Feedback By BugReplay",
  "description": "Screencast and Network Debugging Tool",
  "background": {
    "page": "html/background-page.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/ic-16-red.png",
      "48": "img/ic-48-red.png"
    },
    "default_popup": "html/popup.html"
  },
  "icons": {
    "128": "img/ic-128-red.png"
  },
  "manifest_version": 2,
  "permissions": [
    "<all_urls>",
    "activeTab",
    "alarms",
    "storage",
    "notifications",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "cookies",
    "https://*.bugreplay.com/",
    "https://storage.googleapis.com/",
    "https://*.s3-accelerate.amazonaws.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": "{fbb2c29b-c2f5-467a-8f28-d682e6d7806d}"
    }
  }
}

Best Feedback By BugReplay Alternatives

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