I am developing a chrome extension
that plays videos in the background
(in an inactive tab) and I remarked that Chrome
automatically pauses any video or media before the tab is focused. This is a real problem for me as I need to play videos
in unfocused tabs
.
I have made some research but I haven't found any solution to disable this behavior.
Is there any way to solve this ? A local solution would be great (from chrome params), even if a javascript
one would be better (from the extension).