-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Unexpected crx format version number #32
Comments
Hi all, could I ask too for reviewing that issue? exthouse throws that error for crx3 format in version 1.0.1. Let us know if it is possible. Thanks in advance! |
Hi all, I have the same issue here. Wanted to test the performance of my own extension, but it showed the same error. |
@FormerBuckeye I found a simple workaround. You could use CRX 2 format to pack your extension, it should not affect usability of extension. Then you will be able to use exthouse for tests. |
@andrzejkaras Thanks for the solution, but do you know how I can pack it into CRX 2 format? Thx! |
Does anyone know any alternative performance analysis tool for crx3 extension packages? |
So looking at the code, we should create a PR to allow getting the root of extension directory and not use |
I tried to evaluate the final version of Block Origin.
2). Copy path to the ublockOrigin.crx and pass to cli: exthouse MY_EXTENTION.crx --runs=3
It shows error:
Do you have any suggestions for me?
Note that, when I used the extension in your folder. (https://github.com/treosh/exthouse/tree/master/extensions), it works ok.
.
The text was updated successfully, but these errors were encountered: