Newbie here so sorry if this is pretty elementary. I\'m making an extension that simply has a checkbox/switch when loaded. It is to be unchecked the first time you open it b
You would want to add a background script, that holds the state of the checkbox in a variable.
Storing a variable is also an option.