Proxy Toggle Switcher FF Firefox

Examine source code of Proxy Toggle Switcher FF

제작자: f0ck1 Add-on
Inspect and view changes in Proxy Toggle Switcher FF source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Proxy Toggle Switcher FF",
  "version": "2.1",
  "default_locale": "en",
  "description": "Minimalist Proxy Switcher for Firefox",
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "notifications",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon-off-16.png",
      "32": "icons/icon-off-32.png",
      "48": "icons/icon-off-48.png",
      "128": "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": {
    "16": "icons/icon-off-16.png",
    "32": "icons/icon-off-32.png",
    "48": "icons/icon-off-48.png",
    "128": "icons/icon-off.png"
  }
}

최고의 Proxy Toggle Switcher FF 대안

다음은 Proxy Toggle Switcher FF과(와) 유사한 Firefox add-on입니다: