Image Downloader - Bulk download images

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

Co je Image Downloader - Bulk download images?

Image Downloader - Bulk download images je rozšíření Chrome vyvinuté Image Downloader, a jeho hlavní funkcí je „Browse and download images on the web. Save fav image or select all at once to bulk download.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Image Downloader - Bulk download images

Stáhněte si soubory rozšíření Image Downloader - Bulk download images ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Image Downloader - Bulk download images Image Downloader - Bulk download images
ID klmiibolojjndggdnjnjggmgimlcalch
Oficiální URL https://chrome.google.com/webstore/detail/image-downloader-bulk-dow/klmiibolojjndggdnjnjggmgimlcalch
Popis Browse and download images on the web. Save fav image or select all at once to bulk download.
Velikost souboru 688 KB
Počet instalací 2,607,849
Aktuální Verze 0.1.6
Poslední Aktualizace 2023-01-31
Datum Vydání 2022-01-08
Hodnocení 4.67/5 Celkem 360 Hodnocení
Vývojář Image Downloader
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://imagedownloaderapp.com/privacy_policy.html
Podporované Jazyky 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"
}