>>608
//ミュート トグル
executeInBackground(() => {
getActiveTab(tab => browser.tabs.update(tab.id, {muted: !tab.mutedInfo.muted}));
}, []);