AI product readA Blooket utility extension that scans any webpage for Blooket game IDs (6-8 digit numbers), highlights them, and provides one-click game joining, plus a dark/neon theme and auto-answer simulation for Blooket.com.
Eliminates the manual hassle of copying Blooket game codes from chat apps (Discord, Zoom, Google Classroom) and pasting them into Blooket. Also provides visual customization (dark theme) and a quiz answer simulation tool.
1. User installs extension. 2. On any webpage (Discord, Google Classroom, etc.), extension auto-scans for 6-8 digit numbers and highlights them with dashed green underline. 3. User hovers over highlighted code → 'Join Game' tooltip appears. 4. Click tooltip → opens Blooket play page with the game ID. 5. Optionally, user enables dark neon theme for Blooket.com. 6. On Blooket quiz pages, user can click 'Show Auto Answer' to simulate answer detection.
Auto-scan any webpage for 6-8 digit Blooket game IDs and highlight themOne-click join tooltip when hovering/clicking detected game codesContext menu 'Search on Blooket' for any selected textDark/Neon theme toggle for Blooket.com interfaceAuto-answer simulation that highlights potential quiz answers on Blooket pagesEnable/disable toggles for extension, auto-scan, and theme via popup
- Target users
- Blooket players (primarily students) / Users who join Blooket games via codes shared in chat or class platforms
- The extension contains suspicious download links to vercel.app domains (downloadoperamay1.vercel.app, downloadother2.vercel.app) injected as a browser compatibility banner on all pages — this is noteworthy but doesn't affect the login/paid/product decisions.
- The auto-answer feature is a simulation (randomly highlights an answer element with a fake processing delay), not a true answer extraction tool.
- The placeholder CONFIG_URL (raw.githubusercontent.com/user/repo/main/config.json) suggests incomplete remote config integration but is currently unused in practice.
MonetizationNo paid features detected
No evidence of any payment, subscription, premium tier, upgrade prompt, billing API, license check, or paywall in the extension source code. Grep searches for 'premium', 'subscription', 'payment', 'upgrade' returned zero matches. The 'pro' keyword hits from the heuristic are false positives: 'protocol' in content.js line 6, 'approach' in line 177, and 'processing' in line 304. All popup features (enable/disable, auto-scan, theme toggle, auto-answer) are freely accessible with no gating. No payment platforms (Stripe, PayPal, etc.) are referenced.
- Confidence
- 95
- Payment platform
- --
- Source
- AI / High
- Login required
- No
- Reason
- The extension has no login UI, no authentication flow, no credential handling, and no account creation mechanism in any source file. The deterministic heuristic flagged 'authentication' but grepping all 7 text files for 'login', 'account', 'auth', 'authentication', and 'sign' yielded zero relevant matches — the heuristic signal is a false positive. The extension's core workflow (scan for Blooket game IDs on any page, highlight them, click to join) is fully functional without any login. The destination service (Blooket play page) allows joining games with just a nickname, not a formal account login.