0

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.

aandis
  • 4,084
  • 4
  • 29
  • 40

1 Answers1

0

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

Community
  • 1
  • 1
Verma
  • 8,199
  • 2
  • 15
  • 17