I am not sure if those permissions can be changed programmatically after Chrome is running.
The user can lauch Chrome with flags `--autoplay-policy=no-user-gesture-required --disable-gesture-requirement-for-media-playback`.
What is meant by "automatically"?
You can open the new window, if or when user focuses on or clicks the `window` media playback can be commenced using `HTMLMediaElement` or Web Audio API, or other means.