storage-area-explorer
storage-area-explorer copied to clipboard
Not working anymore
I've used this plugin some months ago without issue. But now it does not work anymore on neither of my computers. I suspect it due to a chrome update. Now when you go on the tab of the plugin in the dev tools it keeps blinking.
Here is an animated gif to show you :
Can you share some details about your environment? e.g. precise chrome version, and on what pages/extensions you've tried. I couldn't reproduce this on my machine (Chrome 97.0.4692.99 (Official Build) (arm64)), i've tried inspecting google.com, bitwarden extension and seems to work 🤷
same problem, my environment is Version 98.0.4753.0 (Developer Build) (arm64)
mac book m1 pro, when open the background page
Doesn't work for me either. In my case, I only see window.sessionStorage and window.localStorage. But I wanted my chrome.storage.sync data. I also couldn't find any options for adding it.
If I open the Storage Explorer tab on a web page it works fine.
However if from chrome://extensions/ I open the background page of the Storage Area Explorer extension, and then open the Storage Explorer tab I get this flicker:
https://user-images.githubusercontent.com/6142418/202650693-08b4b247-768a-4f9f-a325-1d9f8e348d32.mov
Chrome: Version 107.0.5304.110 (Official Build) (arm64)
MacOK Ventura. Version 13.0 (22A380)
If from chrome://extensions/ I open the service worker in my own extension that I'm developing locally, and then click on the Storage Explorer tab then it says "Explorer is disabled on normal web pages or extensions without storage permission"
However under "permissions" in my manifest.json I do have "storage". I'm using "manifest_version" 3.
UPDATE: This worked for me https://stackoverflow.com/questions/32435399/inspect-extensions-chrome-storage-in-devtools
i was suffering from the same problem, good tip @jameschetwood, thanks!