tweak: mock and modify HTTP requests Firefox

Examine source code of tweak: mock and modify HTTP requests

By: tweak Add-on
Inspect and view changes in tweak: mock and modify HTTP requests 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": "tweak: mock and modify HTTP requests",
  "version": "8.5.1",
  "description": "Mock or modify your HTTP requests to test, develop and demo your web application",
  "background": {
    "persistent": true,
    "scripts": [
      "service-worker.bundle.js"
    ]
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "*://*.google.com/*",
        "*://*.zoom.us/*",
        "*://teams.microsoft.com/*",
        "*://*.zendesk.com/*",
        "*://clickup.com/*",
        "*://app.clickup.com/*",
        "*://chat.openai.com/*",
        "*://chatgpt.com/*",
        "*://www.chatgpt.com/*",
        "*://x.com/*",
        "*://www.x.com/*",
        "*://facebook.com/*",
        "*://www.facebook.com/*",
        "*://instagram.com/*",
        "*://www.instagram.com/*",
        "*://linkedin.com/*",
        "*://www.linkedin.com/*",
        "*://tumblr.com/*",
        "*://www.tumblr.com/*",
        "*://stackblitz.com/*",
        "*://www.stackblitz.com/*",
        "*://costco.com/*",
        "*://www.costco.com/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "content-script.bundle.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon-tweak-start.png"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "commands": {
    "toggle-tweak-enabled-state": {
      "suggested_key": {
        "default": "Ctrl+Shift+Comma"
      },
      "description": "Runs/Stops the tweak browser extension."
    },
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Period"
      },
      "description": "Opens the extension popup."
    },
    "activate-data-x-ray": {
      "suggested_key": {
        "default": "Ctrl+Shift+K"
      },
      "description": "Activate Data X-Ray on the current page."
    }
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "intercept.bundle.js",
    "dxr-prism.bundle.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b1d62f2f-9e58-4608-8e2a-c8300e04e983}"
    }
  }
}

Best tweak: mock and modify HTTP requests Alternatives

Here are some Firefox add-ons that are similar to tweak: mock and modify HTTP requests: