Fast VPN Chrome Extension - Fastest VPN Proxy

Fast VPN Chrome Extension - Fastest VPN Proxy

Free connect to super express VPN servers in 100+ locations to avoid bandwidth throttling with high speed VPN extension for Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Fast VPN Chrome Extension - Fastest VPN Proxy",
  "description": "Free connect to super express VPN servers in 100+ locations to avoid bandwidth throttling with high speed VPN extension for Chrome.",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://www.itopvpn.com/api/ip-checker",
    "proxy",
    "storage"
  ],
  "manifest_version": 2,
  "background": {
    "scripts": [
      "/js/jquery.min.js",
      "/js/storage.js",
      "/js/app.js"
    ]
  },
  "browser_action": {
    "default_icon": "./images/icon_off.png",
    "default_popup": "/popup.html",
    "default_title": "Fast VPN Chrome Extension-Faster Than the Fastest VPN Proxy"
  },
  "icons": {
    "16": "./images/icon.png",
    "24": "./images/icon_24.png",
    "32": "./images/icon_32.png",
    "48": "./images/icon_48.png",
    "128": "./images/icon_128.png"
  },
  "web_accessible_resources": [
    "/js/vpn.json"
  ]
}