Closed brij1234 closed 5 years ago
I can confirm the same behavior on version 73.0.3683.75 on Windows 10. The extension needs some sort of update. @elliotwaite
@brij1234 and @mihirkumar, thanks for reporting this. I just released the fix. You can try downloading the updated zip file. Let me know if this update doesn't solve the issue for you.
This issue was related to new security measures that Chrome has just released. To conform with these new security requirements, I updated the extension to isolate all cross-origin ajax calls (the calls to the YouTube API) to a background script. Since background scripts do not run in the same render process as the web page the extension is being used on, this mitigates the threat of side-channel attacks (including Spectre). More info about Spectre and Chrome's new security measures can be found here: https://www.chromium.org/Home/chromium-security/corb-for-developers https://www.chromium.org/Home/chromium-security/extension-content-script-fetches
Thanks Elliot. Any idea when the extension will get verified on the Chrome store?
I have resubmitted the updated app, but I do not know when I will hear from the Chrome store team again, they have very slow response times.
I'm running chrome 73.0.3683.75 on macOS. I did use the manual load unpacked bc of the chrome store issue.