Image Downloader - Bulk download images

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

Cos'è Image Downloader - Bulk download images?

Image Downloader - Bulk download images è un'estensione di Chrome sviluppata da Image Downloader, e la sua funzione principale è "Browse and download images on the web. Save fav image or select all at once to bulk download.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Image Downloader - Bulk download images

Scarica i file di estensione Image Downloader - Bulk download images in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Image Downloader - Bulk download images Image Downloader - Bulk download images
ID klmiibolojjndggdnjnjggmgimlcalch
URL Ufficiale https://chrome.google.com/webstore/detail/image-downloader-bulk-dow/klmiibolojjndggdnjnjggmgimlcalch
Descrizione Browse and download images on the web. Save fav image or select all at once to bulk download.
Dimensione del File 688 KB
Conteggio Installazioni 2,607,849
Versione Corrente 0.1.6
Ultimo Aggiornamento 2023-01-31
Data di Pubblicazione 2022-01-08
Valutazione 4.67/5 Totale 360 Valutazioni
Sviluppatore Image Downloader
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://imagedownloaderapp.com/privacy_policy.html
Lingue Supportate 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"
}