AI product readChrome extension that adds moderation and quality-of-life features to the web game Gartic Phone (garticphone.com)
Helps Gartic Phone streamers and players moderate their games by blocking inappropriate drawings/prompts from specific users, flagging known problematic Twitch users, and providing content safety controls during live streams
User installs extension, optionally configures settings via popup (options.html) including minimum Twitch account age, avatar display, preview window, and custom block images. When visiting garticphone.com, the content script enhances the game UI. During the game, users can click players to block their content, toggle safe mode via a check/stop icon in the top left, and view blocked content in a separate preview window. In the album reveal phase, blocked users' drawings and prompts are hidden with customizable replacement images.
Block users — click on a player to hide their drawings and prompts during album revealSafe mode — toggle to block all prompts and images by default during gameplayFlagged users — marks users from a community-maintained list of problematic Twitch users in orangePreview window — separate window to view blocked content without showing it on streamCustom images — change which replacement images display over blocked contentTwitch avatars — show Twitch user profile pictures on player avatars
- Target users
- Twitch streamers who play Gartic Phone on stream / Gartic Phone players who want content moderation controls / Community moderators managing Gartic Phone games
- Cannot verify if the flagged user list (fetched from GitHub at runtime) contains sensitive data
- The extension's interaction with garticphone.com's dynamic UI is complex but thoroughly analyzed through the content_script.js code
MonetizationNo paid features detected
No payment processing, subscription, premium tiers, or feature gating found in the source code. The 'pro' keyword matches from static analysis are false positives — they match DOM property calls like `$(el).prop('title', ...)`, variable names like `prompt()`, and jQuery library code. A Ko-fi donation link exists in options.html (line 93-94) pointing to ko-fi.com/ragepaintgames, but this is voluntary developer support, not a paid feature gate. No Stripe, billing, license key, or upgrade UI exists.
- Confidence
- 95
- Payment platform
- --
- Source
- AI / High
- Login required
- No
- Reason
- The extension requires no login to use. All settings are stored locally via chrome.storage.sync and localStorage. References to 'account' in the code are about checking OTHER players' Twitch account ages via the decapi.me API (js/dec_api.js:24), not about requiring the user to authenticate. The extension works on garticphone.com which itself can be played without mandatory login.