@dynamicu/chromedebug-mcp 2.5.10 → 2.5.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,16 +55,24 @@ ChromeDebug PRO adds advanced features including:
|
|
|
55
55
|
- **Unlimited recordings** - No daily recording limits
|
|
56
56
|
- Priority support and updates
|
|
57
57
|
|
|
58
|
+
### 🎥 PRO Installation Video
|
|
59
|
+
|
|
60
|
+
Watch the step-by-step installation guide:
|
|
61
|
+
|
|
62
|
+
[](https://youtu.be/0kGtv8rr1IA?si=YmJuOJRtYGdAFuMQ)
|
|
63
|
+
|
|
64
|
+
**[▶️ Watch PRO Installation Guide](https://youtu.be/0kGtv8rr1IA?si=YmJuOJRtYGdAFuMQ)**
|
|
65
|
+
|
|
58
66
|
### Installation Steps
|
|
59
67
|
|
|
60
68
|
After purchasing ChromeDebug PRO from [LemonSqueezy](https://chromedebug.com/buy/996773cb-682b-430f-b9e3-9ce2130bd967):
|
|
61
69
|
|
|
62
|
-
1. **Download your PRO extension** from the purchase confirmation email (you'll receive a ZIP file named `chromedebug-pro
|
|
70
|
+
1. **Download your PRO extension** from the purchase confirmation email (you'll receive a ZIP file named `chromedebug-extension-pro.zip`)
|
|
63
71
|
2. **Run the installer**:
|
|
64
72
|
```bash
|
|
65
73
|
chromedebug-mcp install-pro \
|
|
66
74
|
--license YOUR_LICENSE_KEY \
|
|
67
|
-
--extension-path ~/Downloads/chromedebug-pro
|
|
75
|
+
--extension-path ~/Downloads/chromedebug-extension-pro.zip
|
|
68
76
|
```
|
|
69
77
|
3. **Restart your terminal** to load the new environment variable
|
|
70
78
|
4. **Launch Chrome** - PRO features are now active!
|
|
@@ -117,8 +125,8 @@ When you launch Chrome with `chromedebug-mcp`, you should see:
|
|
|
117
125
|
|
|
118
126
|
**Extension ZIP file not found:**
|
|
119
127
|
- Verify the path to your downloaded ZIP file is correct
|
|
120
|
-
- Use `~` for home directory: `~/Downloads/chromedebug-pro
|
|
121
|
-
- Check file permissions: `ls -la ~/Downloads/chromedebug-pro
|
|
128
|
+
- Use `~` for home directory: `~/Downloads/chromedebug-extension-pro.zip`
|
|
129
|
+
- Check file permissions: `ls -la ~/Downloads/chromedebug-extension-pro.zip`
|
|
122
130
|
|
|
123
131
|
**Need help?**
|
|
124
132
|
- Check installation log: `~/.chromedebug-pro/install.log`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamicu/chromedebug-mcp",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.12",
|
|
4
4
|
"description": "ChromeDebug MCP - MCP server that provides full control over a Chrome browser instance for debugging and automation with AI assistants like Claude Code",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"type": "module",
|