MCPcopy
hub / github.com/ChromeDevTools/chrome-devtools-mcp / installExtension

Method installExtension

src/McpContext.ts:864–867  ·  view source on GitHub ↗
(extensionPath: string)

Source from the content-addressed store, hash-verified

862 }
863
864 async installExtension(extensionPath: string): Promise<string> {
865 const id = await this.browser.installExtension(extensionPath);
866 return id;
867 }
868
869 async uninstallExtension(id: string): Promise<void> {
870 await this.browser.uninstallExtension(id);

Callers 3

extensions.tsFile · 0.80
pages.test.tsFile · 0.80
extensions.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected