0
votes

Youtube has a autoplay feature wherein once a video finishes, the next one automatically starts playing.

Is it possible to autoplay the next video from within a chrome extension, using the youtube-api or otherwise? I'm trying to skip some videos and directly play the next one in the list.

1

1 Answers

0
votes

You can use YouTube IFrame Player API to autoplay YouTube videos. To see how to use Youtube player API in Chrome extension over here.