Image Downloader - Image and Photo Download

Image downloader to find and download images from web pages. Filter or select all at once to bulk download.

Τι είναι το Image Downloader - Image and Photo Download;

Το Image Downloader - Image and Photo Download είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Image Saver App, και η κύρια λειτουργία του είναι "Image downloader to find and download images from web pages. Filter or select all at once to bulk download.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Image Downloader - Image and Photo Download

Λήψη αρχείων επέκτασης Image Downloader - Image and Photo Download σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Image Downloader let's make your life easier just in one click. This extension allows you to download all the images from the web pages in simple manner. 

This Chrome extension does not weigh a lot and simply does its job - download images. Help us to improve our product and leave a comment or request. Image Downloader is simple, fast, reliable and easy to work with. If you want instantly download image then you definitely should install our new and amazing Chrome extension. Don't forget to share this extension with friends.

With this Picture Downloader you can find, browse and download all the images present in a web page. In addition you can:
➖ filter based on pixel width and height
➖ multiple formats available including PNG, JPEG, SVG, WEBP
➖ filter based on url
➖ bulk download all images in once
➖ select what images you want to download
➖ check the size of each image
➖ copy the url of the original image
➖ choose between various layout options
➖ supporting all principal websites (Instagram, Facebook, Twitter, ...)

Now you can download all the images you might ever need. Every image format can be downloaded by this Photo Downloader extension. Our new application doesn't weigh a lot but simply does the job. Don't wait and install brand new extension and you'll get something special.

Bulk Image Downloader (BID) makes it easy to download full sized images from almost any thumbnailed web gallery. Supports most popular image hosts such as imagevenue, imagefap, flickr and too many others to list here.

You can now click on a single image to download or click on the - Select All - button to select and download all images at once. Alternatively, you can select a single image to download. 

Download all images from a website. Easily save photos from Instagram, Pinterest and other website.

You can right-click on the images you want to download and choose the save option or pull them from your browser cache, which will automatically appear when you view them in your browser. 

Unlike other Image Downloader extensions in the Chrome Store that charge you for different image download options. We are complete free and You can download with one click.

Thank you for use it, if you like it, please give it 5 stars the extension!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Image Downloader - Image and Photo Download Image Downloader - Image and Photo Download
ID cbnhnlbagkabdnaoedjdfpbfmkcofbcl
Επίσημο URL https://chromewebstore.google.com/detail/image-downloader-image-an/cbnhnlbagkabdnaoedjdfpbfmkcofbcl
Περιγραφή Image downloader to find and download images from web pages. Filter or select all at once to bulk download.
Μέγεθος Αρχείου 164 KB
Αριθμός Εγκαταστάσεων 464,935
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2023-09-08
Ημερομηνία Δημοσίευσης 2023-01-01
Αξιολόγηση 4.61/5 Συνολικά 273 Αξιολογήσεις
Προγραμματιστής Image Saver App
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/image-saver/privacy-plicy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.4",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            }
        }
    },
    "action": {
        "default_popup": "src\/extension\/popup\/popup.html",
        "default_icon": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "downloads",
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "src\/extension\/background\/index.js"
    },
    "icons": {
        "128": "icons\/icon128.png"
    }
}