AI 产品解读Online exam/quiz answer cheating tool that provides answers for Quizizz, Edpuzzle, Testportal, and Brainly
Helps students pass online exams by automatically retrieving answers from quiz platforms and bypassing anti-cheat mechanisms
User installs extension → navigates to a supported quiz platform (Quizizz/Edpuzzle/Testportal/Brainly) → content script automatically activates → for Quizizz, game data is extracted and sent to quizit.online which returns answers in a new tab; for Testportal, anti-cheat is bypassed allowing tab switching; for Brainly, paywall/ad restrictions are removed; for Edpuzzle, answers are fetched via API
Fetches Quizizz quiz answers by extracting game data and sending to quizit.online APIBypasses Testportal anti-cheat by patching RegExp.prototype.test and document.hasFocus to allow tab switchingProvides unlimited access to Brainly solutions without ads or limitsFetches Edpuzzle answers via edpuzzle.com/api/v3
- 目标用户
- Students taking online quizzes/exams on supported platforms
- popup.js and background.js are heavily minified (single-line), making detailed code analysis difficult
- Cannot determine what happens on the quizit.online destination page when answers are returned
- Cannot confirm whether the Brainly content script's localStorage manipulation fully bypasses the paywall
付费分析未识别到付费功能
No payment processors, subscription keywords, premium tiers, or billing UI found in the extension source. Store description explicitly states 'free'. Keyword hits for 'pro' are from minified webpack/prototype boilerplate, not paid feature indicators. 'license' hits are from core-js MIT license comments.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 否
- 登录理由
- No login UI, authentication flow, or account creation was found in the extension code. No 'login', 'signup', or 'auth' keyword matches in meaningful source. The extension's core workflow (injecting content scripts, redirecting to quizit.online) does not require the user to authenticate with the extension itself. Users must be logged into the target platforms (Quizizz, Brainly, etc.) but that is the destination service, not the extension.