For chrome extension manifest v2, I can open the background page in DevTools, open the "Application" tab, select "IndexedDB", and I see the data. This approach doesn't work for service worker (manifest v3). The data is not displayed. I'm sure the data is present, but not displayed.
How to inspect IndexedDB data for chrome extension manifest v3?