Proxy Toggle (System) Firefox

Examine source code of Proxy Toggle (System)

Inspect and view changes in Proxy Toggle (System) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Proxy Toggle (System)",
  "version": "1.2",
  "description": "Toggle system proxy on/off",
  "permissions": [
    "proxy",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Proxy Toggle",
    "default_icon": {
      "48": "icons/off.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fastproxytoggle@local",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Melhores alternativas Proxy Toggle (System)

Aqui estão algumas Firefox add-ons que são similares a Proxy Toggle (System):