I have about 30 MP3 blob files cached from a website. I can use the website to listen to them offline, so I know they are cached somewhere. I can grab them one-by-one if I inspection the HTML and open the blob URL in a new tab. It’s just very slow.
In the developer tools > Application tab, I can see the blob files in the IndexedDB as a key/value pair, so I know at least the file name is stored. I can’t find where the blob files themselves are stored though. No luck in the Cache Storage or any other storage on developer tools. The local folder AppDataLocalGoogleChromeUser DataDefaultCacheCache_Data doesn’t seem to have them either. At least all of the file sizes are too small. I didn’t find any available Chrome Extensions that can grab blob files either (a few that are deprecated though).
Any advice on where to check?