spotitySpeedExtension icon indicating copy to clipboard operation
spotitySpeedExtension copied to clipboard

Extension no longer working, option completely missing from UI

Open AlexADittrich opened this issue 3 years ago • 32 comments

Recently updated Chrome, extension no longer working. The playback speed adjustment is now missing

image

Chrome: Version 89.0.4389.90 (Official Build) (64-bit)

Have tried disabling and re-enabling in addition to uninstalling and re-installing the extension.

Has anyone else experienced this?

Update: as noted below, this issue is unrelated to the chrome update. This issue is related to a Spotify update.

Solution below

AlexADittrich avatar Mar 19 '21 14:03 AlexADittrich

also me , is not working , hope was for any actualization of chrome or security of window , i need the aplication is very good utility for me , please help.

odiseo9999 avatar Mar 19 '21 16:03 odiseo9999

Yes, although firefox stopped working the same way, I don't know if it's because of chrome or spotify, but hopefully the developer can update this valuable tool.

fabianramosg avatar Mar 19 '21 17:03 fabianramosg

Same here :S

the-eduardo avatar Mar 19 '21 19:03 the-eduardo

btw I don't think it's chrome issue but spotify issue. My chrome is still in 86 version but the same issue appears

TrickyPatrick avatar Mar 19 '21 20:03 TrickyPatrick

I suspect that the following element is missing now in Spotify's DOM: https://github.com/intOrfloat/spotitySpeedExtension/blob/cf65506c8382a3f7006f1ea401890eb20956ee80/content-script.js#L76

faf0 avatar Mar 20 '21 15:03 faf0

Yes, the fix is to replace line https://github.com/intOrfloat/spotitySpeedExtension/blob/cf65506c8382a3f7006f1ea401890eb20956ee80/content-script.js#L76 by

				document.getElementsByClassName('volume-bar')[0].appendChild(input); /* make our input exist on page */

faf0 avatar Mar 20 '21 16:03 faf0

i dont know how to change that , please send photos to know where tu put that ? please.

odiseo9999 avatar Mar 20 '21 16:03 odiseo9999

@odiseo9999 Should be fixed on this branch: https://github.com/intOrfloat/spotitySpeedExtension/pull/8 You can pull the branch to your file system, and then load the unpacked extension into Chrome.

To be clear, the issue doesn't have anything to do with a Chrome update. Spotify updated their code and the extension needs to be updated to append the speed changer bar at a different location in the DOM.

faf0 avatar Mar 20 '21 16:03 faf0

Thank you bud, I will try this out ASAP

TrickyPatrick avatar Mar 20 '21 16:03 TrickyPatrick

i still really dont know how to do that?

odiseo9999 avatar Mar 20 '21 16:03 odiseo9999

@odiseo9999 , it's not easy until the extension is updated in the Chrome Web Store, unfortunately.

In the meantime, you may load the branch from the PR with the fix to your filesystem: https://github.com/faf0/spotitySpeedExtension/tree/faf0/fix-issue-7 Next, you may load this folder with manifest.json as an unpacked extension into Chrome:

  • https://stackoverflow.com/a/24577660
  • https://developer.chrome.com/docs/extensions/mv3/getstarted/#manifest

Also, see https://github.com/faf0/spotitySpeedExtension/tree/faf0/fix-issue-7#install-from-github

faf0 avatar Mar 20 '21 16:03 faf0

please , make a actualization , i really need this amazing aplication for my job .

odiseo9999 avatar Mar 20 '21 16:03 odiseo9999

@odiseo9999 , I updated my previous comment, linking more precise instructions.

You may try the steps from https://github.com/faf0/spotitySpeedExtension/tree/faf0/fix-issue-7#install-from-github , but make sure you download the code from https://github.com/faf0/spotitySpeedExtension/tree/faf0/fix-issue-7

Hope that helps.

faf0 avatar Mar 20 '21 16:03 faf0

please update on the store because i canot is really dificoult , to do , because in dont know programation . thanks . please tell when wiill update .

odiseo9999 avatar Mar 20 '21 17:03 odiseo9999

@odiseo9999 he is not the one who created this. He gently offered us a fix because the creator is inactive. So he can't update it on google chrome store.

TrickyPatrick avatar Mar 20 '21 17:03 TrickyPatrick

ok , tricky ,i really dont know how to do , than faf0 for try to help , is too much dificoult for me , cant do nothing.

odiseo9999 avatar Mar 20 '21 18:03 odiseo9999

@faf0 fix is working! THANKS!!! 🚀🏆🥇

image

ryan6416 avatar Mar 20 '21 18:03 ryan6416

It’s easy for you Ryan but we still without solution , I don’t know where to put that codes in chrome

odiseo9999 avatar Mar 20 '21 18:03 odiseo9999

Any One can send the photos to know how to do Step by step please

odiseo9999 avatar Mar 20 '21 18:03 odiseo9999

someone knows how to modify source code in opera gx? or in the same chrome?

Grekkzio avatar Mar 20 '21 18:03 Grekkzio

As @TrickyPatrick pointed out, I'm not the maintainer of the extension on the Chrome Web Store, so I can't update it there.

Steps to install the extension with the fix manually:

  1. Download this ZIP: https://github.com/faf0/spotitySpeedExtension/archive/refs/heads/faf0/fix-issue-7.zip
  2. Extract the ZIP
  3. In Chrome, browse to chrome://extensions
  4. Remove the currently installed "Spotify Playback Speed Access" extension
  5. Enable "Developer mode" using the toggle in the top-right corner
  6. Click on "Load unpacked" and select the previously unzipped folder that has the manifest.json file
  7. Ensure the extension is enabled by checking the corresponding toggle
  8. Reload https://open.spotify.com/
  9. After changing the playback speed by entering the desired target speed percentage, hit the "Enter" key

faf0 avatar Mar 20 '21 19:03 faf0

faf0 you save mi life , the fixed works , thank you , brother thats the solution , you have here a new friend God bless you bro.

odiseo9999 avatar Mar 20 '21 20:03 odiseo9999

i know you are helping bud this explication was amazing bro , thank you very much .

odiseo9999 avatar Mar 20 '21 20:03 odiseo9999

@faf0 Many thanks bro!!

fabianramosg avatar Mar 20 '21 21:03 fabianramosg

btw I don't think it's chrome issue but spotify issue. My chrome is still in 86 version but the same issue appears

Thanks for referencing this

AlexADittrich avatar Mar 20 '21 23:03 AlexADittrich

@odiseo9999 Should be fixed on this branch: #8 You can pull the branch to your file system, and then load the unpacked extension into Chrome.

To be clear, the issue doesn't have anything to do with a Chrome update. Spotify updated their code and the extension needs to be updated to append the speed changer bar at a different location in the DOM.

Thanks for noting that this is unrelated to the chrome update

AlexADittrich avatar Mar 20 '21 23:03 AlexADittrich

This fix works! if any of you are not as tech-savvy as I am not, here are some simple steps.

  1. download the folder from this link https://github.com/faf0/spotitySpeedExtension/tree/faf0/fix-issue-7
  2. hit windows key + E to open file explorer and find the file in your downloads
  3. select the folder and extract the files to anywhere on your computer, just make sure you remember where
  4. go to chrome://extensions/ in the chrome browser
  5. hit load unpacked and select the extracted folder
  6. that's it, if you did it correctly, it will show up in your extensions I didn't know how to do any of this, so thank you to all the people above who did!

CharlieGBla avatar Mar 22 '21 16:03 CharlieGBla

This fix works! if any of you are not as tech-savvy as I am not, here are some simple steps.

  1. download the folder from this link https://github.com/faf0/spotitySpeedExtension/tree/faf0/fix-issue-7
  2. hit windows key + E to open file explorer and find the file in your downloads
  3. select the folder and extract the files to anywhere on your computer, just make sure you remember where
  4. go to chrome://extensions/ in the chrome browser
  5. hit load unpacked and select the extracted folder
  6. that's it, if you did it correctly, it will show up in your extensions I didn't know how to do any of this, so thank you to all the people above who did!

That worked perfectly on Opera for me Thanks so much. I would have never figured this out on my own.

wolvmarine avatar Mar 25 '21 16:03 wolvmarine

As @TrickyPatrick pointed out, I'm not the maintainer of the extension on the Chrome Web Store, so I can't update it there.

Steps to install the extension with the fix manually:

  1. Download this ZIP: https://github.com/faf0/spotitySpeedExtension/archive/refs/heads/faf0/fix-issue-7.zip
  2. Extract the ZIP
  3. In Chrome, browse to chrome://extensions
  4. Remove the currently installed "Spotify Playback Speed Access" extension
  5. Enable "Developer mode" using the toggle in the top-right corner
  6. Click on "Load unpacked" and select the previously unzipped folder that has the manifest.json file
  7. Ensure the extension is enabled by checking the corresponding toggle
  8. Reload https://open.spotify.com/
  9. After changing the playback speed by entering the desired target speed percentage, hit the "Enter" key

Bless you faf0, you wonderful person.

EarthCaste avatar Apr 18 '21 08:04 EarthCaste

If anyone else is having trouble setting up, I found another extension that also supports Spotify.

https://github.com/polywock/globalSpeed

voidSphere avatar Jun 30 '21 15:06 voidSphere