暨南大学教务处助手最新版

暨南大学教务处助手最新版

来到需要抢课的页面,启动该脚本,一旦该课程的名额有空缺,就能立马抢课,运行误差低于2秒,已兼容校内VPN

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "暨南大学教务处助手最新版",
  "description": "来到需要抢课的页面,启动该脚本,一旦该课程的名额有空缺,就能立马抢课,运行误差低于2秒,已兼容校内VPN",
  "version": "1.5",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "抢课大师"
  },
  "content_scripts": [
    {
      "matches": [
        "https://jwxt.jnu.edu.cn/Secure/PaiKeXuanKe/wfrm_XK_XuanKe.aspx",
        "https://jwxt-443.webvpn.jnu.edu.cn/Secure/PaiKeXuanKe/wfrm_XK_XuanKe.aspx"
      ],
      "js": [
        "jquery.js",
        "script.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "activeTab"
  ]
}