Answer the question
In order to leave comments, you need to log in
How to remove crx required proof missing error when installing crx browser extension?
Hello.
I want to make an extension for the Chrome browser for users of my site.
When installing, I get an error:
package invalid crx required proof missing
{
"manifest_version": 2,
"name": "test",
"version": "1.0.0",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": ["content.js"]
}
],
"browser_action": {
"default_icon": "favicon.ico"
}
}
<a href="./script.crx">Install</a>
Answer the question
In order to leave comments, you need to log in
The only thing I came across is that I need the crx3 version, but I didn’t find how to do it in an adequate way.
But it's not certain that this will solve the problem.
Or is this integration only available after publishing in the chrome extension store?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question