Free VPN For Edge - Haven VPN

Free VPN For Edge - Haven VPN

免费为广大科研及医务工作者、高校学生提供谷歌学术文献、期刊等资料产品的查询与加速和安全的访问。

Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "manifest_version": 3,
  "default_locale": "en",
  "permissions": [
    "storage",
    "proxy",
    "alarms",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "128": "img/logo.png"
  },
  "action": {
    "default_icon": {
      "128": "img/logo.png"
    }
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.twitter.com/*"
      ],
      "js": [
        "js/xrpa-data-module/content-script.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.twitter.com/*"
      ],
      "js": [
        "js/xrpa-data-module/content-script.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rule.json"
      }
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/xrpa-data-module/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/free-vpn-for-edge-haven/kgolencpojjflaephecojhpplkkdconb",
  "version": "1.0.14",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}