AI 产品解读Automation helper for the browser game Cookie Clicker
Automates repetitive clicking and purchasing actions in Cookie Clicker, saving players from manual grinding
User installs the extension, navigates to the Cookie Clicker game page (orteil.dashnet.org/cookieclicker/), clicks the extension popup, and toggles automation checkboxes (auto-click, auto-buy, notifications, game speed). Settings persist via chrome.storage.sync and are sent to the content script running on the game page.
Auto-click the big cookie at configurable intervalsAuto-pop Wrinklers when they appearAuto-click golden cookies (with option to avoid red/wrath cookies)Auto-click season popups (e.g., reindeer)Auto-buy available upgradesAuto-buy available buildings (selectable per building type)
- 目标用户
- Cookie Clicker players who want to automate repetitive game actions
- The extension's own gameClient.js file was only partially read (180 of 459 lines), but the config, popup, and manifest provide sufficient evidence for all three decisions.
- No network requests to external services were found beyond the Cookie Clicker game URLs themselves, confirming no authentication or payment infrastructure exists.
付费分析未识别到付费功能
The extension is fully free with all features available to all users. There are no payment gates, no premium/pro tiers, no subscription prompts, no Stripe/billing integration, and no license checks. All keyword hits for 'upgrade', 'pro', 'stripe', 'license' are false positives: 'upgrade' refers to Cookie Clicker in-game upgrades (auto-buy game upgrades), 'pro' and 'stripe' come from Bootstrap CSS library (progress-bar-stripes, progid filters), and 'license' refers to Apache/MIT open-source licenses of bundled libraries.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates entirely locally within the browser. It injects content scripts into Cookie Clicker game pages and provides a popup UI with checkboxes to toggle automation features. Settings are stored via chrome.storage.sync. No login UI, authentication flow, token handling, or account creation exists in any source file. The destination site (Cookie Clicker at orteil.dashnet.org) does not require an account to play.