我最近超出了 chrome 扩展中每小时允许的写入操作数,现在当我尝试使用 chrome.storage 时收到此消息:
Unchecked runtime.lastError while running storage.set:
This request exceeds the MAX_WRITE_OPERATIONS_PER_HOUR quota
Run Code Online (Sandbox Code Playgroud)
问题是这个配额没有补充。自从这个错误发生以来已经几乎一整天了,它仍然抛出这个错误。我如何补充我的配额?
注意:我尝试删除并重新加载解压的扩展程序,但这不起作用。