Change User-Agent Firefox

Examine source code of Change User-Agent

By: amria
Inspect and view changes in Change User-Agent source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Change User-Agent",
  "version": "1.0",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "user-agent-switcher.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "description": "A Firefox extension to change the User-Agent header to 'abc'.",
  "browser_specific_settings": {
    "gecko": {
      "id": "user-agent-switcher@visionpol.org"
    },
    "gecko_android": {
      "id": "user-agent-switcher@visionpol.org",
      "strict_min_version": "133.0"
    }
  }
}

Best Change User-Agent Alternatives

Here are some Firefox add-ons that are similar to Change User-Agent: