EmailThis / extension-boilerplate

⚡️ A template for building cross browser extensions for Chrome, Opera & Firefox.
https://www.emailthis.me/open-source/extension-boilerplate
MIT License
3.28k stars 370 forks source link

This extension may have been corrupted #23

Open DimitarNestorov opened 6 years ago

DimitarNestorov commented 6 years ago

image

Since Chrome 63 packed extensions stopped working.

uffou commented 6 years ago

having the same problem :/

Nikolas1814 commented 6 years ago

me too

nemeth-it commented 6 years ago

I've looked into that and it seems Chrome requires now an update_url parameter in the manifest.json file of the extension. I tried it, added the update_url into the manifest and also an XML file online. Now the extension is available again. ( Link )

DimitarNestorov commented 6 years ago

Thanks @inovek. Even a dummy url makes it installable again. How did you find out about this? Is there some tool that told you that or you had to look through change logs.

nemeth-it commented 6 years ago

I meant with that, that I've looked into this issue. That means, I searched quickly on google, restricted the search-terms (for version and time) and already the first match was a correct one. Continues my search a while and most solutions was related with the update_url paramter.

But I was suspicious, so I tried out to reproduce the bug and also the solution.