tabs.MutedInfo

Tab muted state and the reason for the last state change.

Type

Values of this type are objects. They contain the following properties:

muted
boolean. Whether the tab is currently muted. Equivalent to whether the muted audio indicator is showing.
reasonOptional
tabs.MutedInfoReason. The reason the tab was muted or unmuted. Not set if the tab's mute state has never been changed.
extensionIdOptional
string. The ID of the extension that changed the muted state. Not set if an extension was not the reason the muted state last changed.

Browser compatibility

EdgeFirefoxChromeOpera
Basic support?47.0Yes33
Firefox
Basic supportNo

Acknowledgements

This API is based on Chromium's chrome.tabs API. This documentation is derived from tabs.json in the Chromium code.

Document Tags and Contributors

 Contributors to this page: wbamberg
 Last updated by: wbamberg,