diff --git a/agent-cli/commands/attach.mdx b/agent-cli/commands/attach.mdx
index 9990a2b98e..a11815ce24 100644
--- a/agent-cli/commands/attach.mdx
+++ b/agent-cli/commands/attach.mdx
@@ -71,9 +71,9 @@ playwright-cli snapshot
## Browser extension
-Connect to your existing browser tabs using the [Playwright Extension](https://chromewebstore.google.com/detail/playwright-mcp-bridge/mmlmfjhmonkocbjadbfplnigmagldckm). This lets you reuse your logged-in sessions, cookies, and installed extensions.
+Connect to your existing browser tabs using the [Playwright Extension](https://chromewebstore.google.com/detail/playwright-extension/mmlmfjhmonkocbjadbfplnigmagldckm). This lets you reuse your logged-in sessions, cookies, and installed extensions.
-
+
```bash
# Attach to Chrome (default)
diff --git a/mcp/configuration/browser-extension.mdx b/mcp/configuration/browser-extension.mdx
index 95365d811a..377644e9d4 100644
--- a/mcp/configuration/browser-extension.mdx
+++ b/mcp/configuration/browser-extension.mdx
@@ -56,9 +56,9 @@ Works with Chrome/Chromium with `--remote-debugging-port`, Edge, Electron apps,
## Connect via browser extension
-The [Playwright Extension](https://chromewebstore.google.com/detail/playwright-mcp-bridge/mmlmfjhmonkocbjadbfplnigmagldckm) connects to your existing browser tabs, reusing your logged-in sessions, cookies, and installed extensions.
+The [Playwright Extension](https://chromewebstore.google.com/detail/playwright-extension/mmlmfjhmonkocbjadbfplnigmagldckm) connects to your existing browser tabs, reusing your logged-in sessions, cookies, and installed extensions.
-
+
1. Install the extension in Chrome or Edge
2. Configure the MCP server:
diff --git a/static/img/mcp/chrome-bridge-extension.png b/static/img/mcp/chrome-bridge-extension.png
deleted file mode 100644
index 014bf3c6aa..0000000000
Binary files a/static/img/mcp/chrome-bridge-extension.png and /dev/null differ
diff --git a/static/img/mcp/playwright-extension.png b/static/img/mcp/playwright-extension.png
new file mode 100644
index 0000000000..6e5818288a
Binary files /dev/null and b/static/img/mcp/playwright-extension.png differ