IP Unblock - Free VPN to unblock websites

IP Unblock - Free VPN to unblock websites

The Best Free VPN to Unblock websites and secure your traffic. Unblock sites and browse the web privately and securely.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "scripts/service.js"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "scripts/contentscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "scripts/contentstart.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {},
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "homepage_url": "https://ipunblock.com/",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhCX32Zm3LlcMGOs/9xdmbv8qCPzwMP+bRdN0gQD4CEulSWBgrlPWFEZcZ6NAssSGM+3txYg63jRwGj1HVRoAarxCrWkS6kduju3bV0LHYkmnglpbhXoatuc21qwyU/9qvzeTns1fq4l+n4sFEQehErTzpVPwj1nMVOT++NtmgRaDfYyakeXzpw7bbwkutbtDyE0Y2GglBoO4Zk7HXpPHVus+zbWxsqlfZL5xzdjbundTUK8YDXVE1jQnOumyfZLaXrR038Gs1zZR89VoLX1OpUkxNivNnqdh0E41+JKu4lH0qC0fNGOJuYevglyPtRXxoHualnzqnTT5JZkXs7LUcQIDAQAB",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "webRequest",
    "tabs",
    "proxy",
    "storage",
    "background",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.4.12"
}