Examine source code of VPN Unlimited Unblock Sites

Inspect and view changes in VPN Unlimited Unblock Sites source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "version": "1.8.1",
  "name": "VPN Unlimited Unblock Sites",
  "description": "1-click unlimited free VPN to unblock any websites and stay private",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "proxy",
    "tabs",
    "notifications",
    "storage",
    "<all_urls>",
    "background",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "persistent": true,
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/24-dis.png"
  },
  "icons": {
    "128": "icons/128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}