sahilsehwag/pluralsight-downloader-chrome-extension

Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details.

Opened this issue · 7 comments

The addon is not working anymore.

I have two errors:
1 -
Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details.

2 -
Context
_generated_background_page.html
Stack Trace
_generated_background_page.html:0 (anonymous function)

And:
3 -
Error in event handler: TypeError: Cannot read properties of undefined (reading 'setBadgeBackgroundColor') at chrome-extension://khajmilinoeaobnggjgmjgffegfkimbp/src/background.js:43:24

4 -
Unchecked runtime.lastError: Invalid filename

Stack Trace
:0 (anonymous function)

I can say that it does work for me on Chrome Version 117.0.5938.134

I did have to rename the CRX file to ZIP for Chrome to enable it. But other than that, everything works for me.

dxps commented

Indeed, I just managed to install it on my side on Chrome 117.0.5938.150 by:

  1. Renaming crx to zip
    • Using crx didn't work: yet, the drag-n-drop installation worked, but I couldn't enable it due to the error that the extention is not from Chrome Web Store.
  2. Using drag-n-drop into the Extensions page worked.
    • Using Load unpacked fails, complaining about the manifest.

The error that is reported at the extension level (in Extensions page, clicking Errors on this extension tile) is shown below.
However, I can confirm it works! 🎉

image

It worked for me thank you.
Do you also need to download the videos one by one?
Before was when you download the playlist the download will start with the files automatically but now you need to save them one by one!

And the subtitles didn't get the same video file name.

I haven't had that issue. I start the course and hit E, then C, and it starts downloading.

However, in Chrome you have to make sure "ask where to save each file before downloading" is off. Otherwise it will prompt you each time it downloads a video. I also disabled "show downloads when they're done" because it will bring up the downloads pane each time and interrupt my multitasking.

Downloads

I haven't had that issue. I start the course and hit E, then C, and it starts downloading.

However, in Chrome you have to make sure "ask where to save each file before downloading" is off. Otherwise it will prompt you each time it downloads a video. I also disabled "show downloads when they're done" because it will bring up the downloads pane each time and interrupt my multitasking.

Downloads

Thank you my friend, it's working great now 🥇

I can't get the addon to work.

I have installed Chome 117.0.5938.150 and load extension in zip format, but can't download anything.

Can anyone check if it works?