Claude In Chrome Troubleshooting
插件 活跃Diagnose and fix Claude in Chrome MCP extension connectivity issues
To help users resolve "Browser extension is not connected" errors and other erratic behavior when using the Claude browser extension with the Claude Code CLI.
功能
- Diagnoses Claude extension connectivity issues
- Explains Claude.app vs Claude Code native host conflicts
- Provides scripts to toggle native host configurations
- Offers quick diagnosis commands and a full reset procedure
- Addresses edge cases like multiple profiles and stale wrappers
使用场景
- When `mcp__claude-in-chrome__*` tools fail with "Browser extension is not connected"
- When browser automation works erratically or times out
- After updating Claude Code or Claude.app
- When switching between Claude Code CLI and Claude.app (Cowork)
非目标
- Troubleshooting on Linux or Windows
- General Chrome automation issues unrelated to the Claude extension
- Claude.app desktop issues
- Network connectivity problems
- Chrome extension installation issues
Portability
- warning:Structural AssumptionThe plugin makes assumptions about macOS-specific paths like `~/Library/Application Support/Google/Chrome/NativeMessagingHosts` and `$TMPDIR`, which may not apply to all users or environments.
- warning:Runtime stabilityThe plugin assumes a macOS environment and specific user configurations for Chrome, which may lead to instability on other operating systems or different user setups.
Trust
- warning:Issues Attention13 issues opened and 4 closed in the last 90 days indicates a low closure rate of approximately 24%, suggesting slow maintainer response.
Security
- warning:Unguarded Destructive OperationsThe plugin performs file modifications (moving/deleting config files, creating scripts) and process management without an explicit confirmation gate or dry-run option, which could be risky if executed incorrectly.
Code Execution
- info:Error HandlingThe scripts use basic shell error handling (e.g., `2>/dev/null`), but do not provide structured error reporting or explicit remediation steps for all failure paths.
Compliance
- warning:Target marketThe plugin explicitly targets macOS users due to its reliance on macOS-specific paths and tools, but the description does not mention this limitation, claiming global applicability implicitly.
Errors
- info:Actionable error messagesError messages in the scripts are often basic shell errors or lack specific remediation steps, though some provide hints on what to check next.
Scope
- warning:Dry-run previewThe plugin performs file modifications and process restarts without a dry-run option, increasing the risk of unintended consequences.
安装
请先添加 Marketplace
/plugin marketplace add trailofbits/skills/plugin install claude-in-chrome-troubleshooting@trailofbits质量评分
类似扩展
Msapps Swift Lsp
100Swift Language Server Protocol integration — code intelligence, completions, diagnostics, and refactoring for iOS and macOS projects
Browse
98Automate web browser interactions using natural language. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
Msapps Fix Chrome Connection
95Auto-diagnose and repair broken Chrome MCP connections — fix extension errors, reconnect after account switches, clean stale tabs
Chrome DevTools MCP
95使用 Chrome DevTools 和 Puppeteer 在 Chrome 中进行可靠的自动化、深入调试和性能分析