Debug - chrome.storage.local
Solution 1
chrome.storage.local.get('key_name', result => console.log(`${result.key_name}`))
Solution 2
- Install the following extension
https://chrome.google.com/webstore/detail/storage-area-explorer/ocfjjjjhkpapocigimmppepjgfdecjkb/
- Open the dev tools for your chrome app
- You should see a new tab called Storage Explorer
- Storage Explorer will show all the data inside chrome.storage.local