AI 产品解读Provides an online editor (vscode.dev) for editing Tampermonkey userscripts, with optional local VS Code editor connection via WebSocket
Tampermonkey users who want a proper code editor experience (syntax highlighting, search, multi-file editing) for managing their userscripts, rather than Tampermonkey's built-in basic editor
User clicks extension icon → popup opens with two options: (1) 'Open vscode.dev' opens the online editor with Tampermonkey connection, or (2) paste a one-time code to connect to a local VS Code editor via WebSocket. The extension bridges vscode.dev and Tampermonkey to list, edit, and manage userscripts with full editor capabilities.
Opens vscode.dev with Tampermonkey integration for online script editingLists userscripts grouped by namespace with storage and required scriptsEdits userscripts, userscript storage, and required scriptsWarns on resource modification in backgroundSupports connecting to local VS Code editor via WebSocket connection code
- 目标用户
- Tampermonkey userscript developers / Developers who prefer VS Code for editing userscripts
- Popup.js is heavily minified making line-by-line analysis difficult, but key functional code is readable
- Cannot verify all TODO features from store description vs actual implementation completeness
付费分析未识别到付费功能
No premium, subscription, payment, billing, upgrade, or plan-related keywords found in source code. The extension has no gated features, no payment API calls, and no upgrade UI. vscode.dev is free. The 'license' hits are from 3rdpartylicenses.txt containing standard MIT license text for dependencies.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The 'auth' keywords detected by the heuristic refer to WebSocket machine-to-machine token authentication between the extension and Tampermonkey's local WebSocket server (localhost), not user login. The popup.js (line 383) shows a 'one-time code' mechanism parsed into auth token + port for ws://localhost:{port} connection. vscode.dev is used as a free online editor without requiring user accounts. No login UI, account creation, or OAuth flows exist in the extension.