elliotwaite / thumbnail-rating-bar-for-youtube

A Chrome and Firefox extension for YouTube that adds a rating bar (likes/dislikes ratio) to the bottom of every thumbnail.
https://chrome.google.com/webstore/detail/youtube-thumbnail-rating/cmlddjbnoehmihdmfhaacemlpgfbpoeb
MIT License
249 stars 15 forks source link

Doesn't work on chrome #12

Closed brij1234 closed 5 years ago

brij1234 commented 5 years ago

I'm running chrome 73.0.3683.75 on macOS. I did use the manual load unpacked bc of the chrome store issue. Screen Shot 2019-03-15 at 10 50 24 PM

mihirkumar commented 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

elliotwaite commented 5 years ago

@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

mihirkumar commented 5 years ago

Thanks Elliot. Any idea when the extension will get verified on the Chrome store?

elliotwaite commented 5 years ago

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.