79650387

Date: 2025-06-02 22:07:43
Score: 1.5
Natty:
Report link
chrome.action.onClicked.addListener(() => {
  chrome.windows.create({
    url: "https://google.com/",
    incognito: true
  });
});

instead of tabs create, windows create did the trick.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jason Anaminus