Consider disabling and enabling tracking web audio from within the web audio panel.
chihuahua opened this issue · 0 comments
Occasionally, a user may want to disable web audio tracking. For instance, the user may be benchmarking performance - this extension's web audio tracking logic adds unwanted overhead.
Today, the user disables the extension by visiting chrome://extension. The user could alternatively uninstall the extension from its icon to the right of Chrome's URL bar.
It would be nice if the extension itself could allow for disabling or enabling web audio tracking, perhaps via buttons within the Web Audio panel in dev tools. Then, the extension could always be "enabled" by the user, which probably leads to to fewer uninstallations. Furthermore, disabling / enabling web audio tracking within the Web Audio panel seems like a smoother flow than the aforementioned alternatives.