How do I write a chrome extension such that every time a user clicks the icon, my script is run but no popup is opened? (I would look this up in the docs myself but for wha
Instead of specifying a popup page, use the chrome.browserAction.onClicked API, documented here.
chrome.browserAction.onClicked