tabs.MutedInfo
This object contains a boolean indicating whether the tab is muted, and the reason for the last state change.
型
値の型はオブジェクトです。次のプロパティを含みます:
extensionId
省略可-
string
. ミュートの状態を最後に変更した拡張機能の ID です。もし拡張機能がミュートの状態の最後の変更の理由でないなら設定されません。 muted
-
boolean
. タブが現在ミュートかどうか。Equivalent to whether the muted audio indicator is showing. reason
省略可-
tabs.MutedInfoReason
. ミュートもしくはアンピューとに設定された理由。Not set if the tab's muted state has never been changed.
ブラウザーの互換性
メモ:
This API is based on Chromium's chrome.tabs
API. This documentation is derived from tabs.json
in the Chromium code.