Set stored state to enabled if there is no stored state and user has consented
As mentioned in #98 (closed), the recent consent prompt changes caused the enabled state to not be stored in local storage. The fix in 29ca7097 stores the enabled state when a user consents, but does nothing to help extensions that have already been silently turned off recover. We should set the stored state to enabled if it does not exist and the user has consented.