I am currently creating a chrome extension and I'm using chrome.storage.local.set and get in order to store and retrieve a UUID. Is there any storage mechanism that could survive reinstalls/deactivations of the extension? I have so far been unable to do that using chrome.storage.local or chrome.storage.sync.
Thanks