无忧府超级VPN

无忧府超级VPN

无忧府超级VPN是无忧府给会员提供的超级VIP服务,会员使用我们的插件,可以轻松简单的快速使用我们的服务,给会员更多的选择

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "无忧府超级VPN",
  "version": "3.5",
  "description": "无忧府超级VPN是无忧府给会员提供的超级VIP服务,会员使用我们的插件,可以轻松简单的快速使用我们的服务,给会员更多的选择",
  "icons": {
    "19": "img/icon19.png",
    "38": "img/icon38.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon19.png",
      "38": "img/icon38.png",
      "64": "img/icon64.png",
      "128": "img/icon128.png"
    },
    "default_title": "无忧府超级VPN",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "permissions": [
    "proxy",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ]
}