Switch UA PRO Firefox

Examine source code of Switch UA PRO

Inspect and view changes in Switch UA PRO source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Switch UA PRO",
  "version": "1.0.1",
  "description": "Take control of your browsing by easily changing your User-Agent with what you want. Selection mode available: Manual, Auto, Random",
  "author": "Matt Glow",
  "homepage_url": "https://github.com/h3xstone/switchUAPro",
  "icons": {
    "32": "icons/logo32.png",
    "48": "icons/logo48.png",
    "96": "icons/logo96.png",
    "128": "icons/logo128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup/index.html",
    "default_title": "UA Switcher Pro",
    "default_icon": {
      "32": "icons/logo32.png",
      "48": "icons/logo48.png",
      "96": "icons/logo96.png",
      "128": "icons/logo128.png"
    }
  },
  "permissions": [
    "storage",
    "alarms",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "inject.js",
    "storage.js",
    "storage2.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "storage.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{25583e13-2d36-4814-b3c4-0fd733d76ad5}"
    }
  }
}

Best Switch UA PRO Alternatives

Here are some Firefox add-ons that are similar to Switch UA PRO: