Brings back the Play All button on YouTube.
This extension should work on any YouTube channel page that has a handle in the url (that starts with "@"). It adds a "Play all" button that takes you to a playlist with all the channel's uploads.
As of now this extension is pretty hardcoded and doesn't do anything fancy. If you need more complex features such as reverse the order of the playlist, I recommend checking out https://playlist.tools/.
What's new:
1. Fixed an issue where using the browser's forward and back button will keep adding the play button to the button row.
2. Fixed an issue where after a breakpoint change (i.e. a resize event that causes YouTube to re-render) the extension is not adding the play button again.
3. Fixed an issue where the play button is not added if you deeplink (e.g. pasting the url into the address bar) into a channel page.
4. Added localization for the follow locales: ar, ch, de, en, es, fr, hi, it, ja, kr, pt-br, ru, sw. There are no specific reasons for why I choose to add some languages than others, there are way too many languages I simply added the ones that I feel would cover more people first. Of course, if you want a locale/language to be supported, feel free to raise an issue/pull request in my github repository: https://github.com/i54cxy/youtube-play-all. Note: this localization only respond to the browser's locale, so if your browser is in for example Italian but your YouTube account is in Korean, the extension will still be in Italian.
Known limitation:
Doesn't work with channels that doesn't have a handle (i.e. doesn't have the "@" in the url).