打工度假名額插件super X

打工度假名額插件super X

打工度假名額插件super X

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "打工度假名額插件super X",
  "author": "whvstore",
  "version": "2.2",
  "manifest_version": 2,
  "description": "打工度假名額插件super X",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_title": "大X插件多用版",
    "default_popup": "popup.html"
  },
  "icons": {
    "19": "images/icon.png",
    "32": "images/icon32.png",
    "38": "images/icon38.png",
    "48": "images/icon48.png"
  },
  "background": {
    "scripts": [
      "jquery-1.7.1.min.js",
      "bg.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "https://www.visaservices.org.in/*",
        "https://www.visaservices.in/*",
        "file:///F:/soft_download/Chrome/*.html",
        "http://www.australiavisa-china.com/*",
        "http://www.vfsglobal.com/*",
        "http://www.vfsglobal.cn/*",
        "https://visaservicesonline.vfsglobal.com/*",
        "https://www.vfsvisaonline.com/*",
        "https://*.vfsglobal.com/*",
        "https://onlineservices.immigration.govt.nz/*"
      ],
      "js": [
        "jquery-1.7.1.min.js",
        "js/md5/md5.min.js",
        "prevent_default.js",
        "content_script.js"
      ]
    }
  ],
  "options_page": "options.html",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; connect-src 'self' data https://www.naoqianbao.net http://www.naoqianbao.net;",
  "permissions": [
    "storage",
    "tabs",
    "https://*.visaservices.org.in/",
    "https://onlineservices.immigration.govt.nz/*",
    "https://*.visaservices.in/",
    "http://www.vfsglobal.com/*",
    "http://www.vfsglobal.cn/",
    "https://visaservicesonline.vfsglobal.com/",
    "https://www.vfsvisaonline.com/",
    "https://*.vfsglobal.com/",
    "https://www.nao.net/*",
    "*://www.naoqianbao.net/*"
  ]
}