Lite Image Downloader A very light image downloader
Support Development
PayPal ● Credit Card ● 
Bitcoin Address: bc1qeyc8y6fvanwqls58jef93lsfguwlekeznurhqv
Lightning Address: [email protected]
Your Input Matters
Review
Advertisements
download all image from url
"Lite Image Downloader" is a browser extension that lets you download all cached images from the current tab and its frames (both same-origin and cross-origin). Unlike other extensions, it doesn't re-fetch images from the server. Instead, it instructs your browser to retrieve the already downloaded binary data and save it to your default download folder. Because it uses the browser's cache, no additional bandwidth is consumed during image downloads. To ensure all images are captured, scroll to the bottom of the page and allow the browser to fully load the content before clicking the extension's action button. If you wish to stop the download process, simply click the button again.

Features

FAQs

  1. What is "Lite Image Downloader" extension?

    This extension is designed to download all cached images from the active tab directly to your browser's default download folder. Unlike similar tools, it doesn't re-download the detected images. This approach helps avoid common issues such as server-imposed download limits or CORS restrictions. Instead, the extension leverages the debugger API to request the already-cached binary data from the browser, then generates filenames based on the image URLs before saving them locally.

  2. recommended "2FA (Two Factor Authentication)" extension for Chrome, and Edge browsers.

    2FA (Two-Factor Authentication) is an Aegis-compatible browser extension for managing TOTP and HOTP codes. It stores your tokens in an encrypted Aegis database file on your device instead of browser storage, making it easy to sync across devices with any file-sharing service. The database uses the same strong encryption as Aegis Authenticator and is fully compatible with the Aegis Android app. You can create, edit, organize, and delete tokens, customize their details and icons, and use keyboard shortcuts for faster access. Read more here.

  3. How can I use this extension to download images on the current tab?

    First, ensure the extension's action button is visible in the toolbar area. If it's not, open the extensions popup interface and pin the extension for easy access.

    To download all images on a page, navigate to the desired tab and click the action button once. The extension will scan all frame elements on the page, detect cached images, resolve their filenames, and begin saving them to your browser's default download folder.

    Since this extension uses cached data instead of re-downloading images from the server, it avoids common issues like download limits or CORS-related errors that affect similar tools.

    The badge on the action button will display the download progress. If you wish to stop the process at any point, simply click the action button again.

  4. What's new in this version?

    Please check the Logs section.

  5. Can this extension replaces other image downloader extensions like "Download All Images" extension?

    Not exactly. This extension uses the browser's debugger API to retrieve image resources that are already cached on the page. In contrast, other image downloader extensions may perform deeper searches and attempt to fetch images that haven't yet been loaded. For example, the "Download All Images" extension can retrieve higher-resolution versions by analyzing image elements and following their source references. This extension does not perform those additional steps.

    However, downloading images from various websites often comes with challenges—servers may use CORS to block access, disable right-click functionality, or apply rate limits to image requests. This extension avoids those issues by relying solely on the images already cached by the browser.

    In short, this extension serves as a complementary tool to other downloaders. It's recommended to try this extension first, as it is much lighter and avoids re-downloading. If it doesn't detect the images you need, you can then use alternative tools to fill in the gaps.

Advertisements

Reviews

Please keep reviews clean, avoid improper language, and do not post any personal information. Also, please consider sharing your valuable input on the official store.

What's new in this version

Version--
Published--/--/--
Change Logs:
    Last 10 commits on GitHub
    Hover over a node to see more details

    Need help?

    If you have questions about the extension, or ideas on how to improve it, please post them on the  support site. Don't forget to search through the bug reports first as most likely your question/bug report has already been reported or there is a workaround posted for it.

    Open IssuesIssuesForks

    Permissions are explained

    PermissionDescription
    storageTo keep user preferences
    debuggerTo instruct browser to provide the image's binary data
    downloadsTo download the image binary to the default download directory

    Recent Blog Posts