zalmoxisus/redux-devtools-extension

Chrome extension URL broken

saikiran9 opened this issue · 12 comments

I can no longer add this extension to chrome. Can you please look into this?

I'm having the same issue. At the exact wrong time too.

confirmed (੭ˊ꒳ˋ)੭

Me too 😢

I also had the same issue, and found a solution.
you could install Redux DevTools by following the steps below.

  1. Download extension.zip from the link below and unzip it.
    https://github.com/zalmoxisus/redux-devtools-extension/releases/download/2.17.0/extension.zip
  2. go to chrome extension url
    chrome://extensions/
  3. turn on developer mode from top right.
  4. Click Load Unpacked and select the extracted folder(extensions) for use

I also had the same issue, and found a solution.
you could install Redux DevTools by following the steps below.

  1. Download extension.zip from the link below and unzip it.
    https://github.com/zalmoxisus/redux-devtools-extension/releases/download/2.17.0/extension.zip
  2. go to chrome extension url
    chrome://extensions/
  3. turn on developer mode from top right.
  4. Click Load Unpacked and select the extracted folder(extensions) for use

We had a new developer onboard yesterday and after it didn't work via the store he tried this method but encountered the issue below, anyone else that has run into this, and any found a workaround?

Screenshot 2021-05-04 at 15 22 40

I tried the latest version which is 2.17.1 , but it didn'work

It should work with the version 2.17.0 there is link in my comment

happy hacking

I tried the latest version which is 2.17.1 , but it didn'work

It should work with the version 2.17.0 there is link in my comment

happy hacking

Ah, i guess that could be the issue with the chrome store as well, thank you so much!

happy hacking

I also tried the 2.17.0 but it doesn't work, it always gives the error of missing manifest file

@shjeong92 Version 2.17.0 worked for me, thank you!

I also had the same issue, and found a solution.
you could install Redux DevTools by following the steps below.

  1. Download extension.zip from the link below and unzip it.
    https://github.com/zalmoxisus/redux-devtools-extension/releases/download/2.17.0/extension.zip
  2. go to chrome extension url
    chrome://extensions/
  3. turn on developer mode from top right.
  4. Click Load Unpacked and select the extracted folder(extensions) for use

Worked for me, Thanks

I'm sorry for not helping here. As per Chrome store issue, I tried now (both on 90.0 and Canary), and it seems that after installing, you have to go to chrome://extensions/ and enable it.

As per the repo, I'm not actively maintaining it. There's work in progress by contributors in https://github.com/reduxjs/redux-devtools.