I\'m trying to use chrome storage in an extension, via a content_script, but I keep failing on
Uncaught TypeError: Cannot read property \'sync\' of undefine
RELOAD THE EXTENSION
I had the "permissions" key added in my manifest file but still I struggled to get this fixed.
manifest
After adding the permission:-
"permissions": [ "storage" ]
Goto your extension using: chrome://extensions/ & click the Reload button:-