Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 7.7.0.0

...

Installs extension using CRX file.

  • Path to the file - path to the .crx file

Info

“Pause” was added in ZennoPoster 7.7.0.0

  • Pause (sec.) - pause might be useful during the installation process of some extensions, to ensure, that it was installed correctly, before working with it.

Expand
titleC#
Code Block
languagec#
instance.InstallCrxExtension("PATH_TO_CRX_FILE");

...