Advanced User-Agent Firefox

Examine source code of Advanced User-Agent

Inspect and view changes in Advanced User-Agent source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Advanced User-Agent",
  "version": "1.0",
  "description": "Change the user agent for specific domains or URLs.",
  "permissions": [
    "storage",
    "webRequest",
    "activeTab",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "advanced-user-agent@fraz.sultan.khan"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_page": "options.html"
}

Best Advanced User-Agent Alternatives

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