IPchanger VPN: IP Proxy for Privacy & Secure

IPchanger VPN: IP Proxy for Privacy & Secure

IPchanger VPN proxy stay safe online. One-click connection to the fastest VPN proxy. Unlimited bandwidth, free and easy to use!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IPchanger VPN: IP Proxy for Privacy & Secure",
  "version": "0.0.4",
  "manifest_version": 3,
  "description": "IPchanger VPN proxy stay safe online. One-click connection to the fastest VPN proxy. Unlimited bandwidth, free and easy to use!",
  "permissions": [
    "storage",
    "alarms",
    "nativeMessaging",
    "proxy"
  ],
  "optional_host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "action": {
    "default_icon": "/img/logo_fang.png",
    "default_title": "IPchanger VPN: IP Proxy for Privacy & Secure",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/logo_fang.png",
    "48": "img/logo_fang.png",
    "128": "img/logo_fang.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "ids": [
      "oahegmgcjlpcachkhdngcjopmflnobci"
    ],
    "matches": [
      "*://*.baidu.com/*",
      "*://*.google.com/*"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "minjs/jquery-1.8.3.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "run_at": "document_start"
    }
  ]
}