Proxy List Pro

Proxy List Pro

Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Proxy List Pro",
  "version": "7.0",
  "description": "Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.",
  "icons": {
    "48": "img/icon.png"
  },
  "browser_action": {
    "default_title": "Proxy List Pro",
    "default_popup": "popup.html",
    "default_icon": {
      "19": "img/disabled.png"
    }
  },
  "permissions": [
    "tabs",
    "webRequest",
    "*://*.proxylistpro.com/"
  ],
  "background": {
    "scripts": [
      "bg.js"
    ]
  }
}