AI 产品解读Display VRChat instance owner names and user counts on the VRChat home page.
VRChat's home/locations page does not natively show who owns each instance or how many users are currently in it. This extension adds that information directly to the UI, helping users quickly assess instance popularity and ownership.
When the user visits https://vrchat.com/home or /home/locations (after logging into VRChat), the extension's content script runs, scans the page for instance links, extracts worldId and instanceId, fetches instance details and owner info from VRChat's API, and inserts a small info block (e.g., '👑 OwnerName 👤 5/50') next to each instance link.
Shows instance owner's display nameShows current user count vs. instance capacityUpdates information every 1 secondIntegrates directly into the VRChat home/locations page UI
- 目标用户
- VRChat players who browse and join instances from the home page
- The extension is very small and straightforward, so analysis is conclusive. No limitations in understanding its functionality.
付费分析未识别到付费功能
The extension is a simple, free content script that enhances the VRChat home page by displaying instance owner names and user counts. There is no code related to payments, subscriptions, upgrades, or premium features. The keyword 'pro' found in the static analysis was a false positive from the _metadata/verified_contents.json file (a Chrome Web Store integrity manifest), not related to any paid feature.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension is a content script for vrchat.com. Accessing VRChat's home/locations page requires a logged-in VRChat account. The extension uses fetch with credentials: 'include' to call VRChat's private API endpoints (/api/1/instances and /api/1/users), which will only return data for authenticated users. Without a VRChat account login, the extension cannot function.