I have a checkbox on the popup of the extension and I want to save the status of the checkbox for every page.
I've tried using browser.storage.local
but it will be shared within different tabs that have the extension running.
How do you save the sate of a checkbox in popup.html that is unique for every opened tabs?