ArcVpn Free Fast VPN Proxy

Best vpn browser extension proxy with your privacy and peace of mind covered
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "scripts": [
      "free/vpn.js",
      "free/mon.js",
      "free/ui.js"
    ]
  },
  "browser_action": {
    "default_icon": "free/img/Group (3).png",
    "default_popup": "free/popup.html",
    "default_title": "ArcVpn"
  },
  "description": "Best vpn browser extension proxy with your privacy and peace of mind covered",
  "icons": {
    "16": "free/img/Group (3).png",
    "32": "free/img/Group (2).png",
    "48": "free/img/Group (4).png",
    "128": "free/img/Group (1).png"
  },
  "manifest_version": 2,
  "name": "ArcVpn Free Fast VPN Proxy",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "notifications",
    "contextMenus",
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "bookmarks"
  ],
  "version": "5.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}