Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jomaro110 opened this issue Sep 29, 2023 · 7 comments

Comments

@jomaro110
Copy link

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)

@jomaro110
Copy link
Author

jomaro110 commented Sep 29, 2023

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)

@DWreck1995
Copy link

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
Copy link

dxps commented Oct 9, 2023

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

@jomaro110
Copy link
Author

jomaro110 commented Oct 9, 2023

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.

@DWreck1995
Copy link

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

@jomaro110
Copy link
Author

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 🥇

@obimelo
Copy link

obimelo commented Nov 3, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants