areBrowserExtensionsEnabled property
final
When this property is set to true new extensions can be added to user profile and used.
areBrowserExtensionsEnabled is default to be false, in this case, new extensions can't be installed,
and already installed extension won't be available to use in user profile.
If connecting to an already running environment with a different value for
areBrowserExtensionsEnabled property, it will fail with HRESULT_FROM_WIN32(ERROR_INVALID_STATE).
Officially Supported Platforms/Implementations:
- Windows WebView2 1.0.2210.55+ (Official API - ICoreWebView2EnvironmentOptions6.put_AreBrowserExtensionsEnabled)
Implementation
final bool? areBrowserExtensionsEnabled;