- Go to your Shopify
admin/settings/files
page - Open your browser Dev tools, go to the console
Then, depending on the option you choose:
- Make sure your browser is set to download files automatically and doesn't ask for the download location every time
- Paste the content of the
console_download_files.js
file, and press enter - Your browser will automatically fetch each page and download every file on it. It might ask you to accept "multiple downloads" (Chrome)
- Paste the content of the
console_download_list.js
file, and press enter - Your browser will automatically fetch each page and download the list of all the files on the CDN. You'll then be able to use any file download manager to import the list and safely download everything.
This works much better, save with .html extension
1. Append limit to url: https://my-fantastic-store.myshopify.com/admin/files?limit=250
2. Go to Google Chrome Developer Console and paste this code
3. Use Save Page As in Chrome or Firefox, save complete page which downloads image files as well