devqaly Firefox

Examine source code of devqaly

Inspect and view changes in devqaly source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "devqaly",
  "description": "Record your screen while we record network requests, clicks, and events in your backend",
  "version": "0.0.2",
  "manifest_version": 2,
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "browser_action": {
    "default_popup": "src/popup.html"
  },
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "src/contentScripts/registerConsoleLogs.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "src/contentScripts/registerClicks.js",
        "src/contentScripts/registerScroll.js",
        "src/contentScripts/registerResizeScreen.js"
      ]
    },
    {
      "world": "MAIN",
      "js": [
        "src/contentScripts/worldMain/registerConsoleLogs.js",
        "src/contentScripts/worldMain/registerMonkeyPatchRequests.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "webRequest",
    "<all_urls>",
    "scripting",
    "declarativeNetRequest"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0b64e281-5db0-44e6-b4d9-46fe45a6768d}"
    }
  }
}

Melhores alternativas devqaly

Aqui estão algumas Firefox add-ons que são similares a devqaly: