暨南大学教务处助手最新版
来到需要抢课的页面,启动该脚本,一旦该课程的名额有空缺,就能立马抢课,运行误差低于2秒,已兼容校内VPN
What is 暨南大学教务处助手最新版?
暨南大学教务处助手最新版 is a Chrome extension developed by JNU, and its main feature is "来到需要抢课的页面,启动该脚本,一旦该课程的名额有空缺,就能立马抢课,运行误差低于2秒,已兼容校内VPN".
Extension Screenshots
Download 暨南大学教务处助手最新版 Extension CRX File
Download 暨南大学教务处助手最新版 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
提供暨南大学的抢课服务,淘宝抢不了的课,我可以帮你抢到。已经帮数十位好友抢到想要的课程,顺利毕业。现作者也离开校园了,为造福学弟学妹,特此发布出来
Extension Basic Information
Name | 暨南大学教务处助手最新版 |
ID | foabmepmpljlnjdieobapdeofoplpmjp |
Official URL | https://chromewebstore.google.com/detail/%E6%9A%A8%E5%8D%97%E5%A4%A7%E5%AD%A6%E6%95%99%E5%8A%A1%E5%A4%84%E5%8A%A9%E6%89%8B%E6%9C%80%E6%96%B0%E7%89%88/foabmepmpljlnjdieobapdeofoplpmjp |
Description | 来到需要抢课的页面,启动该脚本,一旦该课程的名额有空缺,就能立马抢课,运行误差低于2秒,已兼容校内VPN |
File Size | 433 KB |
Installation Count | 30 |
Current Version | 1.5 |
Last Updated | 2019-08-28 |
Publish Date | 2019-08-28 |
Developer | JNU |
Payment Type | in_app |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u66a8\u5357\u5927\u5b66\u6559\u52a1\u5904\u52a9\u624b\u6700\u65b0\u7248", "description": "\u6765\u5230\u9700\u8981\u62a2\u8bfe\u7684\u9875\u9762\uff0c\u542f\u52a8\u8be5\u811a\u672c\uff0c\u4e00\u65e6\u8be5\u8bfe\u7a0b\u7684\u540d\u989d\u6709\u7a7a\u7f3a\uff0c\u5c31\u80fd\u7acb\u9a6c\u62a2\u8bfe\uff0c\u8fd0\u884c\u8bef\u5dee\u4f4e\u4e8e2\u79d2\uff0c\u5df2\u517c\u5bb9\u6821\u5185VPN", "version": "1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "\u62a2\u8bfe\u5927\u5e08" }, "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" ] } |