Free VPN for Chrome - VPN Proxy 1click VPN

Free VPN for Chrome - VPN Proxy 1click VPN

Protect the privacy, go unseen, unblock online freedom with fast, secure, easy to use VPN for Chrome provided by 1click VPN proxy

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_desc__",
  "version": "2.0.9",
  "background": {
    "scripts": [
      "/background.bundle.js"
    ]
  },
  "browser_action": {
    "default_icon": "/icon-32.png",
    "default_popup": "/popup.html",
    "default_title": "__MSG_title__"
  },
  "default_locale": "en",
  "icons": {
    "32": "/icon-32.png",
    "64": "/icon-64.png",
    "128": "/icon-128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "https://1clickvpn.net/api/",
    "*://*/*",
    "webRequest",
    "webRequestBlocking",
    "proxy",
    "storage"
  ]
}