reduxjs/redux-devtools

Chrome web store link is broken

MarkoCen opened this issue · 7 comments

Yes, Google decided to take down the Redux DevTools Extension:

https://twitter.com/timdorr/status/1389553537659588608

We've submitted a request to have that reviewed and hopefully resolved, but no ETA:

https://twitter.com/timdorr/status/1389587796810244117

By the way, we might be able to back-port this PR if necessary to tighten the <all_urls>.

Yup, cannot access the extension on webstore.

Can't seem to install via chrome://extensions with the .zip folder either, says it's missing the manifest file

If you want to install via the zip folder, try 2.17.0. The zip folder for 2.17.1 is for Firefox. Alternatively you can just replace the manifest file with the correct one which can be found here. The manifest file is the only difference between the Firefox and Chrome builds.

Working with the 2.17.0, thank you!

Google gave us an exemption and we're back on the store. https://twitter.com/timdorr/status/1389995877989851143

I'm looking to resolve the issue (extraneous tabs permission) and will publish a 2.17.1 soon to make sure we don't get taken down again.