Examine source code of 无忧府5UF超级VPN

Inspect and view changes in 无忧府5UF超级VPN 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": 3,
  "name": "无忧府5UF超级VPN",
  "version": "4.1",
  "description": "无忧府超级VPN是无忧府给会员提供的超级VIP服务,会员使用我们的插件,可以轻松简单的快速使用我们的服务,给会员更多的选择",
  "icons": {
    "19": "img/icon19.png",
    "38": "img/icon38.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "background": {
    "service_worker": "js/service_worker.js",
    "type": "module"
  },
  "minimum_chrome_version": "109",
  "action": {
    "default_icon": {
      "19": "img/icon19.png",
      "36": "img/icon38.png",
      "38": "img/icon38.png",
      "64": "img/icon64.png",
      "128": "img/icon128.png"
    },
    "default_title": "无忧府5UF超级VPN",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "permissions": [
    "proxy",
    "tabs",
    "webRequest",
    "storage",
    "alarms",
    "activeTab"
  ],
  "host_permissions": [
    "https://www.google.com/*",
    "https://www.5ufclub.com/*",
    "https://*.xinhuanet.network/*",
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}