I propose a new function to reload any specific Tab (by index). Maybe the code could be something like : async function reloadTab(idx){ const {id} = (await browser.tabs[idx]); await browser.tabs.reload(id); }