AI 产品解读Userscript manager that executes, manages, and organizes user scripts (Greasemonkey/Tampermonkey compatible) in the browser with a built-in code editor
Enables users to customize web pages, automate repetitive browser tasks, and extend website functionality through user scripts — with additional support for background scripts, scheduled tasks, and cloud sync that exceed typical userscript managers
1. Install extension from Chrome Web Store (free, no login required). 2. Open options page with full Monaco editor to write/import/subscribe to user scripts. 3. Scripts auto-run on matching pages or run continuously in background. 4. Optionally configure cloud sync to back up scripts to user's own cloud storage (WebDAV, Google Drive, etc.). 5. Optionally subscribe to script lists for auto-updates.
User script execution compatible with Greasemonkey/Tampermonkey APIs (GM_*)Built-in Monaco code editor with ESLint linting and Prettier formattingBackground scripts that run continuously in the backgroundScheduled/crontab scripts for timed automation (auto-checkins, reminders)Cloud sync via WebDAV, Google Drive, OneDrive, Dropbox, Baidu Pan, S3Script subscriptions for auto-updating script collections
- 目标用户
- Power users who need advanced userscript management beyond Tampermonkey / Developers who want a built-in editor and linting for script development / Users who need background/scheduled script execution / Users who want cloud sync across devices/browser reinstalls / Automation enthusiasts for browser task scheduling
- Source code is heavily minified/webpack-bundled making exact line-level analysis difficult for some features
- Could not verify if scriptcat.org website has paid features for script hosting (separate from the extension)
- The extension integrates with many cloud storage APIs but these are user-configured, not ScriptCat-provided services
付费分析未识别到付费功能
The heuristic detected 'subscription', 'subscribe', and 'upgrade' keywords, but these are false positives: 'subscribe' refers to the script subscription feature (subscribing to user script update sources, like RSS feeds for scripts), 'subscription' appears in Monaco editor library internals, and 'upgrade' refers to Dexie database schema upgrades and Monaco editor code. No payment processing (Stripe, billing APIs), premium tier gating, upgrade prompts, license checks, or paywall UI was found. The extension is open-source on GitHub (scriptscat/scriptcat) with no evidence of monetization within the extension itself.
- 置信度
- 88
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates entirely locally with IndexedDB (Dexie) for storage. The 'login/auth' keyword matches in static analysis are false positives: 'auth' appears as part of 'author' in TypeScript type definitions, 'session' is a boolean flag for script types, 'token' appears in Monaco editor tokenizer code, and 'jwt' is in Chrome Web Store metadata. Cloud sync is an optional feature connecting to user-configured storage services (WebDAV, Google Drive, OneDrive, Dropbox, Baidu Pan, S3), not a ScriptCat account system. No login UI, authentication endpoints, or account creation flow was found in the codebase.