1 item
Expose this Chrome profile to a local MCP server under a name you choose. Chrome Profile Debug exposes one Chrome profile to a local automation host, under a name you choose, so developer tooling on the same machine can drive that profile. Chrome keeps every profile in a single browser process. Tools that attach over --remote-debugging-port therefore see all of your open profiles at once and cannot tell them apart, and they do it through an unauthenticated port on localhost that any local process can reach. Extension-based tools usually bind to whichever single profile happens to be paired, leaving you unsure which one an automation actually touched. This extension takes a different approach. You name each profile once. Every command from your tooling names the profile it is for, so there is never any doubt about which browser session was driven. HOW IT WORKS The extension talks to a companion program on your own computer through Chrome's native messaging API. That program is open source and you install it yourself. No TCP port is opened. The extension has no network capability of its own and no host permissions, so it never injects a content script into any page and has no passive presence on the sites you browse. Page interaction goes exclusively through the Chrome DevTools Protocol, which means Chrome displays its debugging banner on any tab being driven. The extension never suppresses that banner. OPT-IN, PER PROFILE A profile with no name never connects. Installing the extension in a profile does nothing on its own; you have to open the popup and name it. Clearing the name disconnects it again. WHAT YOU NEED The companion host requires Node.js 20 or later and a one-time setup step. The Chrome Web Store cannot install it for you. Source, installation instructions and the full security model: https://github.com/marcondesmacaneiro/chrome-profile-debug PRIVACY No analytics. No crash reporting. No usage telemetry. No server operated by the author. Page content read on your instruction is relayed only to the local program you connected.
Aug 31, 2026
rating_count is the Chrome Web Store ratings count, not a written-review count.
Media assets
Screenshots and videos on the listing.
Has promo video
Whether the listing includes at least one video.
Languages
Declared language locales.
Developer website
Listing exposes a developer website URL.
Contact email
Listing exposes a contact email.
Keyword in name
Case-insensitive substring match in the name.
Keyword in description
Case-insensitive substring match in the description.
Keyword occurrences in description
Count of case-insensitive occurrences in the description.
Category user-count percentile
Share of same-category extensions with fewer users (null if unknown).
These are transparent listing completeness / keyword signals, not a prediction of Chrome Web Store search ranking.