User agent override Firefox

Examine source code of User agent override

Inspect and view changes in User agent override source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "1.0",
  "name": "User agent override",
  "description": "Gives the ability to set custom user agent string",
  "author": "Nikola Glavina",
  "browser_specific_settings": {
    "gecko": {
      "id": "useragentoverride@glavina.nikola"
    }
  },
  "background": {
    "scripts": [
      "intercept.js"
    ]
  },
  "permissions": [
    "webRequest",
    "<all_urls>",
    "webRequestBlocking",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  }
}

Best User agent override Alternatives

Here are some Firefox add-ons that are similar to User agent override: