I have Chrome extension and create the crx
file using developer mode. I uploaded the crx
file to some internal url (www.xyz.com/internal.crx).
Whenever i am trying to install the extension with URL (not in developer mode) it is throwing error Package is invalid:
CRX_REQUIRD_PROOF_MISSING
Same CRX
file i used in developer mode with drag and drop and it's working fine. Please help to solve the problem with URL downloading and installing extension internally.
"key"
entry or the hashsum in crx header doesn't match that key. – Sceptremanifest.json
, notmainfeast.json
. To generate the"key"
use robwu.nl/crxviewer - upload your extension, then copy the value from devtools console. – Sceptre