AI 产品解读Lightweight userscript manager for Chromium browsers (fork of Violentmonkey)
Enables users to install, manage, and run userscripts (JavaScript snippets) that modify or enhance website behavior, such as adding dark themes, removing ads, or customizing web pages
User installs extension → opens popup or options page → browses/installs userscripts from gallery or URLs → enables/disables scripts per site → scripts auto-run on matching pages using GM_* APIs
Install userscripts from URLs or script galleries (e.g., Greasyfork)Enable/disable individual scripts with one-click togglingFull GM_* API support (GM_getValue, GM_setValue, GM_xmlhttpRequest, GM_addStyle, GM_download, etc.)Backup and restore scripts as ZIP archivesLarge built-in userscript gallery with searchOptions page for detailed script management
- 目标用户
- Power users who customize websites with userscripts / Developers creating or testing userscripts / Users seeking ad-blocking, dark mode, or UI tweaks via scripts
- Source code is heavily minified (background.js, options/app.js, popup/app.js), making deep code inspection difficult
- No access to the orangemonkey.site or greasyfork.org integration code details beyond URL references
付费分析未识别到付费功能
No paid features, premium tiers, subscriptions, payments, or billing systems found in the extension code. The 'Pro' in 'OrangeMonkey Pro' is a branding choice only - no code references to premium features, payment gates, or upgrade prompts were found. All 'license' matches reference open-source licenses (MIT, GPL). No Stripe, payment processing, or paywall code exists.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No authentication or login system found in the extension. All 'session' matches relate to Google Analytics session tracking for telemetry, not user authentication. The 'auth' keyword matches are locale strings for the 'Author' label on scripts. The 'password' match in injected.js is part of the GM_xmlhttpRequest API passthrough for userscripts' HTTP requests. No OAuth, account creation, or sign-in flows detected.