BugMojo — Bug Capture Chrome

Examine source code of BugMojo — Bug Capture

Inspect and view changes in BugMojo — Bug Capture 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "BugMojo — Bug Capture",
  "description": "Capture bugs with recording, console logs, network requests, and screenshots.",
  "version": "1.0.56",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "scripting",
    "offscreen",
    "alarms",
    "contextMenus",
    "sidePanel"
  ],
  "host_permissions": [
    "https://www.bugmojo.com/*",
    "https://bugmojo.com/*"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "BugMojo — Capture a bug",
    "default_icon": {
      "16": "icon/16.png",
      "32": "icon/32.png"
    }
  },
  "commands": {
    "open-capture": {
      "suggested_key": {
        "default": "Ctrl+Shift+U",
        "mac": "Command+Shift+U"
      },
      "description": "Open BugMojo to capture a bug"
    },
    "quick-capture-now": {
      "suggested_key": {
        "default": "Ctrl+Shift+9",
        "mac": "Command+Shift+9"
      },
      "description": "BugMojo: capture this page now"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/console-capture.js",
        "content-scripts/network-capture.js"
      ],
      "world": "MAIN"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best BugMojo — Bug Capture Alternatives

Here are some Chrome extensions that are similar to BugMojo — Bug Capture: