AI 产品解读Identifies and displays information about banned Roblox users on the Roblox website.
Roblox user cards for banned/deleted accounts often show '@Account Deleted' and disable the avatar. This extension restores the original username and avatar image for these accounts and adds a button to view their ban profile.
1. User visits a Roblox page with user cards (e.g., user profiles, friend lists). 2. The content script scans for cards with the label '@Account Deleted'. 3. For each such card, it fetches the user's original name and avatar from public APIs. 4. It updates the card UI to show the restored info and adds a 'View Ban Profile' button. 5. Clicking the button opens the user's ban info page in a new tab.
Detects Roblox user cards marked as '@Account Deleted'Fetches and displays the user's original Display Name and Username via roproxy.com APIsRestores the user's avatar imageAdds a 'View Ban Profile' button to each affected user cardChecks for the presence of a companion extension (RoGold)
- 目标用户
- Roblox players who want to see the history or details of banned users / Community moderators or researchers tracking banned accounts
- The extension relies on public Roblox APIs (roproxy.com) which may change or break without notice.
- The extension explicitly states it is an interface for another extension (RoGold), so its utility is partially dependent on that companion extension being installed.
- The analysis is based on static code review; runtime behavior (e.g., API rate limits, Roblox DOM changes) was not tested.
付费分析未识别到付费功能
The extension is completely free. It does not contain any payment logic, subscription checks, or premium feature gates. The keyword 'pro' found in static analysis was a false positive (e.g., 'Promise', 'pro' in 'profile'). The extension explicitly recommends installing a different extension (RoGold) to view users, but this is a dependency, not a paid feature of this extension itself.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension does not implement any login flow, nor does it require a Roblox account to function. It operates on public Roblox user IDs and fetches data from public APIs (users.roproxy.com, thumbnails.roproxy.com). The user does not need to log in to the extension or the destination service to use its core functionality.