Skip to main content
Glama
hsm207

Playwright MCP Extension Repro

by hsm207

Playwright MCP Extension Repro

Minimal reproduction showing that standard Chrome extension loading in the Playwright MCP server fails without specific configuration settings.

Feature Request: microsoft/playwright#39569

🚀 Quick Start

  1. Install dependencies:

    npm install
  2. Run the matrix test:

    npm test

📊 What this tests

The script repro_matrix.ts compares two configurations:

  1. ADVANCED_CONFIG: Uses the specific settings identified to enable extensions:

    • channel: "" (Reverts to bundled Chromium)

    • chromiumSandbox: false (Allows unpacked extension mounting)

    • allowUnrestrictedFileAccess: true (Disables protocol guard)

  2. PAVEL_SUGGESTION: Uses the simplified configuration suggested in the feature request.

✅ Success Criteria

  • Background Color: The extension should inject a content script that turns example.com pink (rgb(255, 192, 203)).

  • Page Title: The extension should change the document title to PINK_EXT_ACTIVE.

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hsm207/mcp-extension-repro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server