Searched refs:tabInfo (Results 1 – 1 of 1) sorted by relevance
36 tabInfo: [], property76 data.tabInfo.push({tabId: tabId});83 for (const tabInfo of data.tabInfo) {85 chromeTabs.get(tabInfo.tabId).then((tab) => {86 tabInfo.title = tab.title;87 tabInfo.url = tab.url;88 tabInfo.audio_played = !!tab.audible;89 tabInfo.muted = tab.mutedInfo.muted;94 chromeTabs.sendMessage(tabInfo.tabId, 'numberOfVideosPlaying')97 tabInfo.videos_playing = 0;[all …]