AI 产品解读Anti-cheating proctoring firewall for Virtual University of Pakistan's online quiz platform (VULMS)
Prevents students from using browser extensions to cheat during online quizzes by detecting, disabling, and reporting all other installed Chrome extensions to the quiz platform
1. Student installs extension (mandatory per university policy). 2. Background script runs continuously, disabling all other Chrome extensions every 3 seconds. 3. Student navigates to a quiz on vulms.vu.edu.pk. 4. Content script checks for other extensions on QuizStart/QuizQuestion pages. 5. If other extensions detected → redirects to ExtensionDetected.aspx with extension data. 6. If this extension not found → redirects to ExtensionNotInstalled.aspx. 7. Quiz proceeds only if no other extensions are present.
Detects all installed Chrome extensions via chrome.management API every 3 secondsAutomatically disables all other extensions (except itself) during quiz sessionsReports detected extensions to the VULMS quiz platform via localStorageRedirects to ExtensionDetected.aspx if other extensions are found during a quizRedirects to ExtensionNotInstalled.aspx if this extension is not activeActs as mandatory proctoring software for all VU students
- 目标用户
- Virtual University of Pakistan students taking online quizzes on VULMS
- Extension source is very small (2 JS files, ~1.4KB total) making full code review feasible and confident
- Cannot verify the server-side behavior of ExtensionDetected.aspx or ExtensionNotInstalled.aspx
- The extension forcefully disables ALL other extensions which is aggressive but consistent with proctoring purpose
付费分析未识别到付费功能
No evidence of any paid features, payment processing, subscriptions, billing APIs, or upgrade UI. The extension is a mandatory university proctoring tool provided by the IT Department of Virtual University of Pakistan — not a commercial product. The 'pro' keyword hit in verified_contents.json is a false positive in a base64 hash field.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension's content script only activates on vulms.vu.edu.pk quiz pages (QuizStart.aspx, QuizQuestion.aspx, ExtensionDetected.aspx). Students must be logged into the Virtual University of Pakistan's LMS (VULMS) to access these quiz pages. The extension itself has no login UI — it piggybacks on the university's authentication.