The new chrome does not support CRX2
format of extensions.
You need to repackage your old extension or download the latest versions from the developers site.
How to repack extension:
- Download extension locally. (you can use online crx-downloader, for example https://crx-downloader.com/).
- Check version of your extension with site https://crx-checker.appspot.com/ that it is
CRX2
format
- Unpack extension as
.zip
archive to a folder
- Open chrome at
extensions://extensions/
and press button Pack Extension
.
- Profit! Use repacked extension on your tests!
Official info of Chrome M78 (October 2019)
The ExtensionAllowInsecureUpdates policy will be ignored.
Chrome will no longer install or update to extensions packaged with CRX2 format.
All extensions must be packaged with CRX3 format.
The error you are seeing "CRX verification failed: 3" is used when the format is incorrect. Specifically this error means that the header of the crx could not be parsed successfully. We will be improving this message in version 80.
source: https://groups.google.com/forum/#!topic/chromedriver-users/mlNyuTZ2U-A