Is there a way to programatically:
- Get chrome flags
- Set chrome flags
from an extension.
In this answer they mention a method that can be used inside chrome://flags
tab. I was thinking maybe I can automatize that if Chrome permits it.
But first, I want to check if the flag's value differs from my intended value, so a silent get
method would be helpful.
Specifically, it's the Throttle expensive background timers flag:
chrome://flags/#expensive-background-timer-throttling
Another solution would be if I could disable throttling for a specific tab.