BrowserBrowser.extensionsVersion: NextOn this pageBrowser.extensions() method Get a map with id as keys and extension as value of the installed extensions in the browser. Signature class Browser { abstract extensions(): Promise<Map<string, Extension>>;} Returns: Promise<Map<string, Extension>>