browser.menus.create({ id: "youtube-download", title: "Download", contexts: ["all"], documentUrlPatterns: ["*://*.youtube.com/*"], }); browser.menus.onShown.addListener((info, tab) => { browser.tabs.sendMessage(tab.id, { action: "check-element", info: info }); });