scriptsafe icon indicating copy to clipboard operation
scriptsafe copied to clipboard

Store settings in Local Extension Settings, rather than Local Storage

Open waqas opened this issue 8 years ago • 2 comments

Somehow all the settings are saved in a .log file in Local Storage folder. Why not store it proper way, like most of the extensions like uBO?

waqas avatar Dec 16 '17 09:12 waqas

Maybe it would also help with my Script Safe constantly loosing all settings every few browser restarts (clean or crash). More often than not recently. :/

baryluk avatar Feb 20 '18 16:02 baryluk

things are stored in Local Extension Settings when using chrome.storage.local which differs from localStorage

kumavis avatar Nov 15 '21 01:11 kumavis