Simple UserAgent Spoofing Firefox

Examine source code of Simple UserAgent Spoofing

By: Vidcass Add-on
Inspect and view changes in Simple UserAgent Spoofing 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
{
  "manifest_version": 2,
  "name": "Custom User Agent Spoofer",
  "version": "1.0",
  "description": "Spoof your user agent and block browser fingerprinting headers.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a7fed8e8-d635-42b2-9dc5-448e34705772}"
    }
  }
}

Best Simple UserAgent Spoofing Alternatives

Here are some Firefox add-ons that are similar to Simple UserAgent Spoofing: