Manually disable the Add-On from running on the current page
Manually disable the Add-On from running on the current website
Whitelist websites that the Add-On should never run on
Select which feature(s) are active or disabled (if more features are added later)
Explore what is the best method for storing user preferences (i.e., sessionStorage, localStorage, cookies, etc.) while using the least amount of resources, and giving the user the most control over what is saved, if anything.
Add controls for the user to:
Explore what is the best method for storing user preferences (i.e.,
sessionStorage
,localStorage
, cookies, etc.) while using the least amount of resources, and giving the user the most control over what is saved, if anything.