Proxy connector Firefox

Examine source code of Proxy connector

Inspect and view changes in Proxy connector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Proxy connector",
  "version": "0.2resigned1",
  "description": "Simple button to switch between a proxy and a direct connection.",
  "icons": {
    "48": "icons/network-connect.svg",
    "96": "icons/network-connect.svg"
  },
  "permissions": [
    "storage",
    "proxy"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/network-connect.svg",
    "default_title": "Proxy connector"
  },
  "background": {
    "scripts": [
      "default.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "settings.html",
    "browser_style": false,
    "open_in_tab": true
  },
  "applications": {
    "gecko": {
      "strict_min_version": "57.0",
      "id": "{8852ada5-fb30-41fc-b2b5-079234ab7f4e}"
    }
  }
}

Best Proxy connector Alternatives

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