Is there a way to enable or disable chrome flags through the chrome custom extension?

I mean chrome://flags

What am I interested in knowing is it possible to enable or disable a specific chrome flag through the chrome custom extension?

For example, I want to enable a flag Enable Media Source API on <video> elements.through the chrome extension.

+5
source share
1 answer

Currently, you cannot change experimental functions (chrome: // flags) through extensions. If you have a valid script, bring it to the Chromium-Extensions mailing list .

0
source

All Articles