Proxy Manager Firefox

Examine source code of Proxy Manager

Inspect and view changes in Proxy Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Proxy Manager",
  "version": "1.2",
  "description": "A browser extension for managing multiple proxies",
  "background": {
    "scripts": [
      "scripts/common.js",
      "scripts/background.js"
    ]
  },
  "permissions": [
    "proxy",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon48.png",
      "96": "icons/icon96.png"
    },
    "default_title": "Proxy manager",
    "default_popup": "pages/popup.html",
    "browser_style": true
  },
  "options_ui": {
    "page": "pages/options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "proxymanager@rend.al",
      "strict_min_version": "91.1.0"
    }
  }
}

Meilleures alternatives Proxy Manager

Voici quelques Firefox add-ons qui sont similaires à Proxy Manager :