You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The storage engine itself works great when using it with Redux. But how do I access it directly in content scripts using plain JavaScript? I've tried accessing it through chrome.storage.local, localStorage, storage, but nothing seems to work?