Windows Desktop: Chrome plugin unavailable in Norway/EU even though extension is connected
### Summary
Codex Desktop on Windows does not expose the Chrome plugin / @Chrome route for a user in Norway, even after the Chrome extension is installed and shows Connected.
This may be related to a regional rollout/gating issue for EU/UK users, but the local evidence also points to Desktop feature/plugin filtering: the extension/native bridge works, while the Codex chat runtime only advertises the in-app browser backend (iab) and the Plugins UI cannot discover Chrome.
Related issues: #19251, #16808, #16783.
Environment
- Region/location: Norway (Europe/Oslo), possible EU/UK availability concern reported by users on X
- Platform: Windows
- Codex Desktop package:
OpenAI.Codex_26.506.2004.0_x64__2p2nqsd0c76g0 - Desktop version shown in process logs:
26.506.20924 - Embedded CLI/runtime:
codex-cli 0.129.0-alpha.15 - Model in use:
gpt-5.5 - Chrome extension version:
1.1.4 - Chrome extension ID:
hehggadaopoacecdllhhajmbjkdcmajg
Expected behavior
The official docs say the Chrome extension is set up from Codex → Plugins → Add Chrome plugin. After setup and a new thread, @Chrome should be invokable and Codex should be able to use the user’s Chrome profile.
Docs: https://developers.openai.com/codex/app/chrome-extension
Actual behavior
- Codex Desktop → Plugins search for Chrome shows no Chrome plugin / no matching result.
- The “Built by OpenAI” selector cannot be cleared; it is the only selected marketplace source.
- Manually installed Chrome extension shows Connected.
- Clicking the gear in the Chrome extension opens Codex settings, so the extension can deep-link back into Codex.
- Starting a completely new Codex chat still leaves
@chrome list my open tabsas plain text, with no plugin/mention route. - Browser runtime exposed to the turn only lists the in-app browser backend:
{
"x-codex-browser-use-available-backends": ["iab"]
}
- Attempting to acquire the Chrome extension backend fails:
Browser is not available: extension
Local diagnostics
codex features list reports the relevant features as enabled:
browser_use stable true
browser_use_external stable true
computer_use stable true
in_app_browser stable true
plugins stable true
The packaged Windows app contains the Chrome plugin and marketplace entry:
%ProgramFiles%\WindowsApps\OpenAI.Codex_26.506.2004.0_x64__2p2nqsd0c76g0\app\resources\plugins\openai-bundled\plugins\chrome
But Desktop session logs repeatedly show the runtime bundled marketplace being written without Chrome:
bundled_plugins_runtime_marketplace_written pluginCount=2 pluginNames=["browser-use","latex-tectonic"] targetMarketplaceRoot=%USERPROFILE%\.codex\.tmp\bundled-marketplaces\openai-bundled
Then Chrome is uninstalled/removed from the bundled plugin set:
bundled_plugin_uninstall_requested pluginId=chrome@openai-bundled pluginName=chrome reason=not_in_bundled_marketplace_plugin_names
The Chrome native host is registered and points at a valid host manifest:
HKCU\Software\Google\Chrome\NativeMessagingHosts\com.openai.codexextension
%LOCALAPPDATA%\OpenAI\extension\com.openai.codexextension.json
The manifest points to the installed extension host executable under the local Codex plugin marketplace.
Why this looks like a Codex Desktop gating/availability bug
- The extension side is installed and connected.
- The native host registration exists.
- The packaged app contains the Chrome plugin.
- The runtime says
browser_use_externalis enabled. - But Desktop only advertises
iabto the chat turn and filters Chrome out of the bundled marketplace cache.
If Chrome is intentionally not available yet in EU/UK/EEA accounts, the app/docs should state that clearly. If it is supposed to be available, Desktop should not hide/remove the Chrome plugin while the extension shows Connected.
Repro steps
- Use Codex Desktop on Windows from Norway / Europe.
- Open Plugins and search for Chrome.
- Observe no Chrome plugin result.
- Install/load the Codex Chrome extension manually; confirm Chrome popup shows Connected.
- Start a new Codex chat.
- Type
@chrome list my open tabs. - Observe no
@Chromemention/plugin route is available. - Inspect available browser backends for the turn; only
iabis present.
Requested fix / clarification
Please clarify whether the Chrome plugin is region-gated for EU/UK/EEA users. If not, please fix Codex Desktop so the Chrome plugin is discoverable/enabled and the chat runtime advertises the Chrome/extension backend when the extension is connected.
27 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Additional context: this increasingly looks like a regional availability / rollout communication issue, not a local install failure.
Public corroboration:
Computer Use plugin unavailable: https://ecwuuuuu.com/post/enable-codex-computer-use-plugin-outside-us/Codex Computer Use not available in Europe?: https://www.reddit.com/r/codex/comments/1sp9jug/codex_computer_use_not_available_in_europe/For this Windows/Norway user, the confusing part is that the Chrome extension itself can show
Connected, while Codex Desktop still does not expose the Chrome/extension backend to chats and the Plugins UI gives no clear regional-availability explanation.If EU/UK/EEA users are intentionally excluded for now, the Desktop UI and official docs should say that explicitly instead of leading users through plugin/extension setup that cannot complete in-region.
Same issue here in Albania — Chrome extension not available.
Same here from Germany on macOS.
Chrome does not appear in the Plugins tab/search, and my local plugin cache does not include a
chromeplugin entry.I’m seeing the same issue on Windows. The Chrome extension is installed, enabled, and shows Connected, but Codex cannot acquire the Chrome backend.
Environment:
Local checks:
hehggadaopoacecdllhhajmbjkdcmajg
HKCU\Software\Google\Chrome\NativeMessagingHosts\com.openai.codexextension
(Default) REG_SZ C:\Users\Ke_yo\AppData\Local\OpenAI\extension\com.openai.codexextension.json
C:\Users\Ke_yo\AppData\Local\OpenAI\extension\com.openai.codexextension.json
C:\Users\Ke_yo\.codex\plugins\cache\openai-bundled\chrome\latest\extension-host\windows\x64\extension-host.exe
Observed Codex runtime behavior:
x-codex-browser-use-available-backends = ["chrome", "iab"]
agent.browsers.list()only returns the in-app browser:Codex In-app Browser / type: iab
agent.browsers.get("chrome")
=> Browser is not available: chrome
agent.browsers.get("extension")
=> Browser is not available: extension
Additional note:
whoami = yonghongke\codexsandboxoffline
while my interactive PowerShell is my normal desktop user. This may explain why Codex-side registry checks don’t see the same HKCU values, but Chrome itself is running under my normal user and the extension shows Connected.
This looks like the Chrome feature is allowed for the turn (
chromeappears in available backends), but the actual Chrome extension backend is not discovered/registered as a browser. It does not look like a wrong Chrome profile or missing extension issue.Yup, same here (Baltics). No Chrome or Computer Use plugin available.
They could just at least say that it is not available and done deal. Wouldn't spend hour of trying to find what's wrong
same in egypt. how do i manually install it?
Same in México, please, fix this.
Similar issue
Windows 10
Codex Desktop
Chrome Extension 1.1.4
Extension ID: hehggadaopoacecdllhhajmbjkdcmajg
native host check-native-host-manifest.js: correct true
check-extension-installed.js: installed/registered/enabled true
extension-host.exe running
Chrome popup shows Connected
browser-client.mjs imports successfully
setupAtlasRuntime({ globals }) times out
where did you guys got the extension from? I can't even find that. I'm the UK.
same on macOS from @switzerland... which is not even in the EEA.
我这边在 Windows 桌面端也遇到类似问题。
现象:
chrome/iabbackend metadatasetupAtlasRuntime({ globals: globalThis })会一直卡住,最后超时我还做了本地排查:
com.openai.codexextensionregistry manifest 正常Browser turn does not belong to this IAB pipeBrowser session does not belong to this IAB pipe看起来不像是用户配置问题,更像是 Windows 端 Browser/Computer Use 会话发现或 pipe 清理逻辑的问题。希望官方能确认一下 Windows 支持状态,以及是否有重置 Browser Use session / 清理旧 IAB pipes 的办法。
I have a workaround, which might be of interest!
https://x.com/Tomodovodoo/status/2053781991397429742
I simply connect to a canada VPN before opening codex and after installing the plugin you can disconnect it
I'm based in Poland and connected through a US Windscribe VPN. I managed to get both the Chrome plugin and extension working.
Without the VPN, Codex either doesn't connect to the browser extension at all or works only randomly. So using it is pretty frustrating. I'm also getting the message: "This chat was flagged for possible cybersecurity risk."
So far, no great luck with it.
Same issue for me here in the UK too. Native macOS app's plugins section does not have Google Chrome as a plugin. I've not tried any workaround as I'll wait until its released. Hope it's a rollout issue and not an UK legal issue.
Same in Italy.
No Luck. The really wrong thing is to receive advertising from Openai for a service that you cannot use!
thanks Tomodovodoo
it works
On Mon, May 11, 2026 at 1:22 PM Tom @.***> wrote:
For a weird reason this worked for me "Install and activate the computer use plugin"
Or "Install and activate the chrome use plugin" He did it.
Adding another reproduction from a Windows Codex Desktop session.
Observed behavior:
[@Chrome](plugin://chrome@openai-bundled)in a thread.chrome@openai-bundledas an active/callable plugin.browser-use/ IAB-style local browser capability), not the external Chrome plugin.This matches the class of failures described here: the UI/thread can reference Chrome, but the actual model/runtime tool list does not include the Chrome plugin. I do not have evidence from this session that the Chrome extension or native host is misconfigured; the failure is at the Codex runtime/plugin exposure level.
No official workaround confirmed in this session. Related workarounds mentioned above (VPN before opening Codex, asking Codex to install/activate the Chrome or Computer Use plugin, fully closing Chrome/extension-host before restarting Codex) appear user-reported and not guaranteed.
I’m seeing a very similar issue on Windows + WSL2 with the current Codex desktop app.
Environment / local state:
OpenAI.Codex_26.513.4821.0_x64__2p2nqsd0c76g0~/.codex/config.tomlhas[plugins."chrome@openai-bundled"] enabled = trueDefaultprofile:hehggadaopoacecdllhhajmbjkdcmajg1.1.4_0HKCU\Software\Google\Chrome\NativeMessagingHosts\com.openai.codexextensionC:\Users\takara\AppData\Local\OpenAI\extension\com.openai.codexextension.jsonC:\Users\takara\AppData\Local\OpenAI\extension\codex-chrome-host\windows\x64\extension-host.exeextension-host.exeis running.chrome.nativeMessaging.in.*chrome.nativeMessaging.out.*codex-browser-use\...codex-ipcObserved behavior:
@chromedoes not expose any Chrome/browser automation tools.openTabs/claimTab/extension browser backend functionality.This looks like the same class of issue described here: Chrome integration is installed/connected locally, but the Desktop chat runtime does not advertise or route the Chrome extension backend into the turn. In my case the problem does not look like a missing extension, missing manifest, or dead native host; it looks like plugin/backend routing or feature gating in the Codex Desktop runtime.
I’m seeing what looks like the same availability/gating issue from Portugal/EU on Windows.
Environment:
OpenAI.Codex_26.513.4821.0_x64__2p2nqsd0c76g0148.0.7778.178chrome0.1.7hehggadaopoacecdllhhajmbjkdcmajgUser-visible behavior:
Could not load this plugin right now.Este item não está disponível.Local diagnostics:
auth_elicitation:This looks like the same EU/Windows rollout or feature-gating problem described here, plus the Web Store listing itself is not available for this user/account/region.
Same issue in Malta, installs with a VPN but doesn't work properly. Many actions fail to trigger.
Same issue in the Netherlands😢 I guess we will need to wait for official support. Is there an ETA when it is expected?
Adding another closely matching reproduction / cross-reference: #24969
Observed on Windows Microsoft Store Codex
26.519.11010.0, paid personal account, current IP London/GB:Disabled by your organization or unavailable in your region.Personalorg, roleowner), not a managed workplace/school org.computer_use,browser_use_external,browser_use,in_app_browser, andpluginsenabled.connected.Codex In-app Browser/iab;extensionis unavailable.about:blank, but all network URLs fail with enterprise network policy.This strongly resembles a rollout/region/backend-provisioning issue rather than a user install problem. Please clarify whether Windows and/or UK/EU paid personal accounts are intentionally excluded, since I cannot find a release note or docs page explaining this disablement.
Would also like to know about the ETA
Adding another closely matching reproduction from a German-language Codex/Chrome setup.
Observed behavior:
Von deiner Organisation deaktiviert oder in deiner Region nicht verfügbar(Disabled by your organization or unavailable in your region).https://chromewebstore.google.com/detail/codex/hehggadaopoacecdllhhajmbjkdcmajg/detail/hehggadaopoacecdllhhajmbjkdcmajg/errorand shows:Dieser Artikel ist nicht verfügbar(This item is not available).This matches the pattern reported above: the local Chrome state can appear connected at one point, but the Codex Desktop runtime and/or Web Store availability still prevents Chrome Computer Use from being usable. The UI currently leaves users unable to tell whether this is intentional regional gating, a rollout flag mismatch, or a broken plugin provisioning path.