Watching a video and want to keep it in your screen, so you can even change pages or minimize the browser and the video will keep on?

  1. Go to the site, ex: youtube
  2. Play video
  3. Open console and type:
document.querySelector('video').requestPictureInPicture()

OR

install the Chrome Extension for PictureInPicture

Screenshot