Free VPN for Chrome - VPN Proxy 1clickVPN

Free VPN for Chrome - VPN Proxy 1clickVPN

Guard the privacy, go unseen, unlock online freedom with fast, secure, and easy to use VPN service 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.8",
  "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"
  ]
}