Make Proxy Simple Switcher Firefox

Examine source code of Make Proxy Simple Switcher

Inspect and view changes in Make Proxy Simple Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Make Proxy Simple Switcher",
  "version": "1.0.0.5",
  "description": "Proxy Switcher: HTTP and SOCKS5 proxy switcher for Firefox with WebRTC protection, geo, fingerprint and User-Agent tools.",
  "permissions": [
    "<all_urls>",
    "proxy",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "alarms",
    "privacy",
    "browsingData",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Make Proxy Simple Switcher - Not connected"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "page-bridge.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@makeproxysimple.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": []
      }
    }
  }
}

Meilleures alternatives Make Proxy Simple Switcher

Voici quelques Firefox add-ons qui sont similaires à Make Proxy Simple Switcher :