krtek4 / MultiPass

Automatically login to Basic Authentication using data based on URL regexp.
http://gilles.crettenand.info/MultiPass
Do What The F*ck You Want To Public License
88 stars 23 forks source link

key in the crx header not matched with the key in manifest #70

Closed wessam1292 closed 3 years ago

wessam1292 commented 4 years ago

key in the crx header not matched with the key in manifest

krtek4 commented 4 years ago

Hi @wessam1292,

Not sure what you mean by that ?

There are no keys in the manifest and the while signing process is done by the various stores where the extension is uploaded.

Can you give me more details about what the issue is for you ?

Best,

wessam1292 commented 4 years ago

i am trying to simulate google chrome in selenium and i am trying to avoid authentication popup , when i upload crx in selenium and start it is giving me an error that "key in crx header is different from key in manifest file" also the extension ID is different

krtek4 commented 4 years ago

As I said, the CRX signing is done by the Chrome Extension Store. So you should check with them what the issue is.

You can check for yourself that the manifest in the repository does not have any key ( https://github.com/krtek4/MultiPass/tree/master/vendor/common and https://github.com/krtek4/MultiPass/tree/master/vendor/chrome ).

Those are added when the extension is uploaded on the various stores (see https://developer.chrome.com/apps/manifest/key ).

You could eventually add a key yourself and re-package the extension if need be.

I'am afraid I can't help you further. Best of luck !