This is a bulk image downloader to extract all photos from the current web page. This online image downloader provides highly customizable filters based on file size, image size, and more!
Usage Preview:
https://www.youtube.com/watch?v=YaT5sWRV6JQ
Features:
- Detects all images loaded on the current web page (even if they're nested iframes)
- Filters images by file size, dimension, URL or type
- Finds images in links, background scripts, and CSS files
- Displays images in a gallery view before downloading
- Download blob-type images even if the source is dead
Filters:
- Filter by file size
- Filter by image dimension
- Filter by image type
- Filter by image URL (regular expression matching)
- Filter by same-origin policy
- Detect image width and height by downloading only the header section of the image
Features:
- Bulk download images
- Filter based on file properties
- Filter based on image properties such as width and height
- Deep image search (extract images from the current page and subsequent pages)
- Can detect single image path
- Can download photos in ZIP format
- Can detect the original image size from thumbnail
Bug reports:
https://github.com/belaviyo/save-images/issues
Download location:
By pressing the "Save" button, the extension downloads all selected images in the default download directory or a specified subfolder.
Change Log:
Version 0.1.1
- The extension now stores images in a sub-folder (the default sub-folder name is the domain's name)
- One security bug is fixed.
Version 0.2.0
- Images are now saved in a zip archive to prevent multiple downloads and better file-naming
- The image detection algorithm is improved.
Version 0.2.1
- User preferences are now persistent. It is still possible to reset them from the UI
- It is now possible to ask for "Save Dialog" from the UI
- There is progress indicating how many images proceed
- UI closes itself when all images are downloaded.
Version 0.2.2
- Deep image searching through all links (up to two levels)
- Updates JSZip library
Version 0.3.4
- You can now open "Gallery View" in a new browser tab
- You can now click on a single image in the "Gallery View"
- It is possible to download images from multiple tabs at once
Version 0.3.7
- Two new filters: remove identical images and remove images with forbidden keywords
- It is now possible to stop the image spider from the UI without closing it
Version 0.5.6
- Deeps search level 3 (search for both links and images in the destination HTML pages)
- Custom RegExp filters to increase the searching speed.
Version 0.9.0
- Moves to manifest v3
- Internal module to detect image width and height only by downloading the header section
- Detects images first, then detects other mime types
- The extraction of hard-coded image links is improved