tabs - Mozilla | MDN
developer.mozilla.org › WebExtensions › APIInteract with the browser's tab system. You can use this API to get a list of opened tabs, filtered by various criteria, and to open, update, move, reload, and remove tabs. You can't directly access the content hosted by tabs using this API, but you can insert JavaScript and CSS into tabs using the tabs.executeScript () or tabs.insertCSS () APIs.