Claude Cowork Chrome extension: 'Browser URL could not be parsed' on .tech TLD domains
Bug Description
The Claude-in-Chrome MCP extension consistently fails to interact with pages on .tech TLD domains. All interactive tools (click, form_input, javascript execution) return the error:
Browser URL could not be parsed
Screenshots work fine — only the interactive tools fail.
Steps to Reproduce
- Navigate to any page on a
.techdomain in Chrome (e.g.,https://example.tech/page) - Ask Claude Cowork to interact with the page (click a button, fill a form, run JavaScript)
- Every interactive tool returns "Browser URL could not be parsed"
Observed Behavior
screenshottool: Works (can see the page)click,form_input,javascript,findtools: All fail with "Browser URL could not be parsed"- Tested on
brain.fountaincity.tech(valid wildcard SSL cert from Google Trust Services, proper DNS via Cloudflare) - Also fails on
fountaincity.techdirectly - Standard domains (
.com,.io) work fine in the same browser session
Expected Behavior
The Chrome extension should parse and interact with pages on all valid TLDs, including .tech.
Environment
- Chrome (latest stable)
- Claude Cowork Chrome extension (latest)
- Domain:
brain.fountaincity.tech(Cloudflare DNS, valid wildcard SSL cert*.fountaincity.techissued by Google Trust Services) - CSP has been relaxed to allow
unsafe-evalandchrome-extension:— no change in behavior
Workaround
Currently none. The user must manually interact with the page while Cowork watches via screenshots, which defeats the purpose of the automation.
Impact
Blocks automated workflows where Cowork needs to read content from a .tech domain dashboard and post it to other platforms (LinkedIn, Medium). The domain has a valid certificate and proper DNS — the only issue is the TLD.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗