Image Downloader - Bulk download images

Browse and download images on the web. Save fav image or select all at once to bulk download.

Wat is Image Downloader - Bulk download images?

Image Downloader - Bulk download images is een Chrome-extensie ontwikkeld door Image Downloader, en de belangrijkste functie is "Browse and download images on the web. Save fav image or select all at once to bulk download.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Image Downloader - Bulk download images

Download Image Downloader - Bulk download images-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Introducing the ultimate solution for all your image downloading needs - the Image Downloader extension for Google Chrome. This powerful and user-friendly tool allows you to easily download and save images from any website with just a few clicks. Whether you're browsing popular image-sharing platforms such as Instagram, Pinterest or Flickr or stock image sites like Shutterstock or iStock, Image Downloader has got you covered. 

With Image Downloader, you can quickly and efficiently download images in bulk, making it the perfect tool for bloggers, marketers, and anyone who needs to download a large number of images for their work or personal use. Whether you're looking for stock photos, product images, or simply want to save your favorite pictures from the internet, Image Downloader has got you covered.

The extension features a sleek and intuitive interface that makes it easy to navigate and use, even for those who are not tech-savvy. You can quickly filter and search for images based on size, format, and resolution, and even set up custom download folders to keep your images organized.

One of the key features of the Image Downloader is its ability to automatically detect and download all images on a page, saving you time and effort. This is particularly useful when you need to download a large number of images from a single website, such as a stock photo site or a social media platform like Instagram, Pinterest, or Flickr.

In addition, the extension also allows you to download the images in their original format without any conversion.

Overall, the Image Downloader is the ultimate tool for anyone who needs to download and save images from the internet. Whether you're a blogger, marketer, or just someone who loves saving pictures, this extension is a must-have for your Google Chrome browser.                    

Basisinformatie over de Extensie

Naam Image Downloader - Bulk download images Image Downloader - Bulk download images
ID klmiibolojjndggdnjnjggmgimlcalch
Officiële URL https://chrome.google.com/webstore/detail/image-downloader-bulk-dow/klmiibolojjndggdnjnjggmgimlcalch
Beschrijving Browse and download images on the web. Save fav image or select all at once to bulk download.
Bestandsgrootte 688 KB
Aantal Installaties 2,607,849
Huidige Versie 0.1.6
Laatst Bijgewerkt 2023-01-31
Publicatiedatum 2022-01-08
Beoordeling 4.67/5 Totaal 360 Beoordelingen
Ontwikkelaar Image Downloader
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://imagedownloaderapp.com/privacy_policy.html
Ondersteunde Talen id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/content-sidebar.css",
                "css\/chunk-common.css",
                "css\/sidebar.css"
            ],
            "js": [
                "js\/content-sidebar.js",
                "js\/chunk-vendors.js",
                "js\/chunk-common.js",
                "js\/sidebar.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/images-observer.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/image-overlay.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/bulk-image-downloader\/klmiibolojjndggdnjnjggmgimlcalch\/reviews",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "",
        "downloads",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6"
}