AI 产品解读Mass import racing tracks into PolyTrack from text files
Manually importing tracks into PolyTrack one-by-one is tedious; this extension enables bulk importing hundreds of tracks at once from text files, saving significant time for power users who collect or create many tracks.
User opens PolyTrack in browser -> clicks extension popup -> drops or selects a .txt file containing track data (one track per line in format (name)data) -> extension parses tracks -> user clicks 'INJECT TRACKS' -> extension injects tracks into PolyTrack's localStorage via content script -> user refreshes PolyTrack page to see imported tracks
Mass import tracks from .txt or .csv filesSupports PolyTrack custom 62-character encoding formatCollision handling modes: skip, overwrite, or rename duplicatesReal-time progress tracking with VU meter UIExport all existing tracksDelete all tracks
- 目标用户
- PolyTrack players who collect many tracks / Speedrunners or track creators who need to bulk-import tracks / Power users seeking faster track management
- Cannot confirm whether PolyTrack strictly requires login for track persistence without accessing the actual PolyTrack website
- The extension's functionality is fully client-side (localStorage manipulation), so no server-side behavior was analyzed
- Buy Me a Coffee link is a donation option, not a paid feature, but could theoretically be used for future monetization
付费分析未识别到付费功能
The extension is completely free with no paid features, subscriptions, or payment gating. The README indicates it is MIT licensed. There is a 'Buy Me a Coffee' link in popup.html and README.md, but this is a voluntary donation option for the developer, not a paid feature or subscription model. No code references premium features, upgrade prompts, license checks, or payment processing.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension operates on https://www.kodub.com/apps/polytrack and https://app-polytrack.kodub.com/*, writing tracks directly into the destination site's localStorage. PolyTrack is a browser-based game that requires users to be logged in to have persistent track data associated with their account. The extension does not implement its own login mechanism but relies on the user being authenticated on the PolyTrack platform. Without a PolyTrack account login, imported tracks would either not persist or not be associated with the user's profile.