codex - 💡(How to fix) Fix Chrome plugin bridge times out despite healthy extension and native host

Official PRs (…)
ON THIS PAGE

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

What happened?

The Chrome plugin bridge times out when attempting the initial lightweight call browser.user.openTabs() from Codex.

Reproduction / recovery steps tried

  1. Attempted to connect to the Chrome plugin bridge with browser.user.openTabs().
  2. The call timed out.
  3. Retried once after a short wait.
  4. The retry also timed out.
  5. Ran the Chrome plugin health checks:
    • Chrome running: passed
    • Installed browsers: Google Chrome found
    • Codex Chrome Extension installed/enabled: passed
    • Native host manifest: passed and allowed origin matched the extension ID
  6. Inspected /tmp/codex-browser-use.
    • Preserved the live extension-owned socket: /tmp/codex-browser-use/81542f3e-e446-4550-96ee-37f9bcb59ebc.sock
    • Found no stale unheld socket files safe to remove
    • Left active Codex-owned sockets untouched
  7. Opened a fresh Chrome window for the selected profile and retried the bridge once.
  8. The bridge still timed out after 60 seconds.

Expected behavior

The bridge should connect and allow lightweight calls like browser.user.openTabs() so Codex can use the Chrome plugin.

Actual behavior

The bridge hangs until timeout even though Chrome, the extension, and the native host manifest all appear healthy.

Environment

  • OS: macOS
  • Chrome: 147.0.7727.139
  • Chrome profile: Default
  • Codex Chrome Extension: installed and enabled
  • Native host manifest: present and correct
  • Extension version observed in profile: 1.1.4_0

Notes

The same task could be completed using the Computer Use plugin to operate Chrome directly, so Chrome itself was responsive. The failure appears isolated to the Chrome plugin bridge connection.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

The bridge should connect and allow lightweight calls like browser.user.openTabs() so Codex can use the Chrome plugin.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Chrome plugin bridge times out despite healthy extension and native host