X VPN For Pc Chrome

X VPN For Pc Chrome

X VPN Extension is easy and free. No registration or email is required. All you need is a simple click the IP of country.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "16.0.0",
  "name": "X VPN For Pc Chrome",
  "description": "X VPN Extension is easy and free. No registration or email is required. All you need is a simple click the IP of country.",
  "default_locale": "en",
  "icons": {
    "16": "app-icon/16.png",
    "32": "app-icon/32.png",
    "48": "app-icon/48.png",
    "128": "app-icon/128.png"
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "background": {
    "service_worker": "scripts/service_worker.js"
  },
  "permissions": [
    "storage",
    "proxy"
  ]
}