ChromeOptions Extensions Property WebDriver
Gets the list of extensions to be installed as an array of base64-encoded strings.

Namespace: OpenQA.Selenium.Chrome
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public ReadOnlyCollection<string> Extensions { get; }
See Also