Built-in proxy toggle Firefox

Examine source code of Built-in proxy toggle

Por: jotabin Add-on
Inspect and view changes in Built-in proxy toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ProxySwitcher",
  "version": "1.0.0",
  "description": "One-click switch for Firefox proxy mode",
  "default_locale": "en",
  "permissions": [
    "proxy"
  ],
  "incognito": "spanning",
  "browser_specific_settings": {
    "gecko": {
      "id": "proxyswitcher@tianbin.local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "background": {
    "scripts": [
      "background/proxy-handler.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "ProxySwitcher",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  }
}

Melhores alternativas Built-in proxy toggle

Aqui estão algumas Firefox add-ons que são similares a Built-in proxy toggle: