Looking for something which will let me recover already browsed images from cache in bulk based on website. Can be for any browser.
There is a free tool for windows ChromeCacheView and I am having to run a Windows VM just for this purpose.
I do not want to click on each page like most of the image downloading addons do..
Also it has to be from the cache as directly calling the images will not be returned properly (some protection)
There is a free tool for windows ChromeCacheView and I am having to run a Windows VM just for this purpose.
Code:
C:\Programs\chromecacheview\ChromeCacheView.exe /copycache "https://cdn.someweb.com" "image" /CopyFilesFolder "C:\Users\user\Desktop\Images" /UseWebSiteDirStructure 1
I do not want to click on each page like most of the image downloading addons do..
Also it has to be from the cache as directly calling the images will not be returned properly (some protection)