Free Vpn Proxy Extension

Free Vpn Proxy Extension

Free extension vpn proxy service unblock website access, server country browser by connection site information changes ip address

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js",
      "/js/jquery.min.js",
      "/js/storage.js",
      "/js/app.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/32.png",
    "default_popup": "/popup.html",
    "default_title": "__MSG_title__"
  },
  "default_locale": "en",
  "description": "__MSG_desc__",
  "icons": {
    "32": "img/32.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "web_accessible_resources": [
    "img/*"
  ],
  "manifest_version": 2,
  "name": "Free Vpn Proxy Extension",
  "options_page": "options.html",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "http://addr.cx/geoip",
    "http://1clickvpn.net/api/",
    "*://*/*",
    "proxy",
    "storage"
  ],
  "version": "1.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}