Proxy Switch by Proxy-Hub.com

Proxy Switch by Proxy-Hub.com

Proxy Swtich v3 is an ultimate proxy manager for proxy rotation with all needed features.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Proxy Switch by Proxy-Hub.com",
  "version": "3",
  "description": "Proxy Swtich v3 is an ultimate proxy manager for proxy rotation with all needed features.",
  "action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "change-proxy": {
      "suggested_key": {
        "default": "Ctrl + Shift + 0",
        "mac": "Command + Shift + 0"
      },
      "description": "Rotate the proxy randomly",
      "global": true
    }
  },
  "permissions": [
    "storage",
    "proxy",
    "privacy",
    "notifications",
    "webRequest",
    "webRequestAuthProvider",
    "tabs",
    "browsingData",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}