Simple Proxy Switcher Firefox

Examine source code of Simple Proxy Switcher

Inspect and view changes in Simple Proxy Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{f2d40686-c6df-4d47-82a5-21eddd8ba3f0}"
    }
  },
  "background": {
    "scripts": [
      "static/js/config.js",
      "static/js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "__MSG_defTitle__",
    "default_icon": {
      "16": "static/images/icon16_disabled.png",
      "24": "static/images/icon24_disabled.png",
      "32": "static/images/icon32_disabled.png"
    },
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "description": "__MSG_extDescr__",
  "icons": {
    "16": "static/images/icon16_enabled.png",
    "48": "static/images/icon48_enabled.png",
    "128": "static/images/icon128_enabled.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "proxy",
    "tabs",
    "browsingData",
    "<all_urls>"
  ],
  "version": "1.0.0.1"
}

Best Simple Proxy Switcher Alternatives

Here are some Firefox add-ons that are similar to Simple Proxy Switcher: