$options = new ChromeOptions();
$options->addArguments(["--silent-debugger-extension-api"]);

当扩展程序使用chrome.debugger页面附加到页面时,不显示信息栏。需要附加到扩展背景页面。