Proxy Toggle Switcher FF Firefox

Examine source code of Proxy Toggle Switcher FF

Par : f0ck1
Inspect and view changes in Proxy Toggle Switcher FF source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Proxy Toggle Switcher FF",
  "version": "1.1.1",
  "default_locale": "en",
  "description": "Minimalist Proxy Switcher for Firefox",
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "notifications",
    "contextMenus"
  ],
  "action": {
    "default_icon": "icons/icon-off.png",
    "default_title": "Proxy Switcher"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "proxy-switcher-app@unique-id",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "128": "icons/icon-off.png"
  }
}

Meilleures alternatives Proxy Toggle Switcher FF

Voici quelques Firefox add-ons qui sont similaires à Proxy Toggle Switcher FF :