Vitalii

Results 12 comments of Vitalii

Reproduced in Chrome 98 as well Seems to be related to `QUOTA_BYTES_PER_ITEM quota exceeded` error Possible solution might be * use chrome.storage.local.set * use `"permissions": ["unlimitedStorage"]` [Found here](https://stackoverflow.com/questions/33015723/unchecked-runtime-lasterror-while-running-storage-set-quota-bytes-per-item-quot) Documentation can...

Hi @ArkiLKK After some investigation I found that `unlimitedStorage` doesn't solve your problem. But `chrome.storage.local.set` does. Unfortunately, this leads to **loosing all previous settings** which probably will upset some users....