I'm building an Tinder auto swiper as a fun project to learn about Chrome Extension development. One challenge I was facing is timer throttling when the tab is inactive or in background. I tried using WebWorker API and it fixed the timer throttling but the DOM Manipulation (e.g the like button click) is still not working properly.
The main reason is because new profiles are not loading when the browser is in background.
Is there any way to force chrome to treat a minimised browser exactly the same as an maximised one? I don't want chrome to save resources.