Hola Free VPN Proxy Unblocker - Best VPN

Hola Free VPN Proxy Unblocker - Best VPN

Unblock websites blocked in your country, company or school with Hola VPN. Hola is free and easy to use!

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "js/bg.html"
  },
  "browser_action": {
    "default_icon": "js/bext/vpn/ui/img/icon19.png",
    "default_popup": "js/popup.html",
    "default_title": "__MSG_appName2__"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://*.hola.org/*",
        "https://*.zspeed-cdn.com/*",
        "https://*.h-vpn.org/*",
        "https://*.holavpn.com/*",
        "https://*.holavpnworld.com/*",
        "https://*.holavpnextension.com/*",
        "https://*.holavpninstaller.com/*",
        "https://*.holabrowser.com/*",
        "https://*.holafreevpn.com/*",
        "https://*.holavpnrussia.com/*",
        "https://*.hola-vpn.com/*",
        "https://*.holax.io/*",
        "https://*.holavpn.net/*",
        "https://*.holavpnandroid.com/*",
        "https://*.c6gj-static.net/*",
        "https://*.su89-cdn.net/*",
        "https://*.yd6n63ptky.com/*",
        "https://*.yg5sjx5kzy.com/*",
        "https://*.hola-compat.com/*",
        "*://new-tab-page/*",
        "*://hola-new-tab-page/*",
        "*://hola-diagnostics/*",
        "*://hola-settings/*",
        "*://settings/*"
      ],
      "js": [
        "js/bext/vpn/bg/cs_hola.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' ; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "homepage_url": "https://hola.org",
  "icons": {
    "16": "js/bext/vpn/ui/img/icon16_new.png",
    "48": "js/bext/vpn/ui/img/icon48_new.png",
    "128": "js/bext/vpn/ui/img/icon128_new.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "minimum_chrome_version": "49",
  "name": "__MSG_appName2__",
  "optional_permissions": [
    "privacy"
  ],
  "permissions": [
    "proxy",
    "webRequest",
    "storage",
    "tabs",
    "webNavigation",
    "cookies",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "short_name": "Hola VPN",
  "version": "1.220.286",
  "web_accessible_resources": [
    "/js/popup.html",
    "/js/animation_arrow.html",
    "/js/login_done.html",
    "/js/bext/vpn/bg/sim_dns_block.html",
    "/js/bext/vpn/bg/tz_spoof.js",
    "/js/bext/vpn/bg/geo_spoof.js",
    "/js/bext/vpn/bg/webrtc_stats.js",
    "/js/bext/pub/pre_loader.js"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}