Bulk Image Downloader

Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters.

Τι είναι το Bulk Image Downloader;

Το Bulk Image Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον frank.shockley, και η κύρια λειτουργία του είναι "Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        --- Features ---
- Filter based on pixel width and height
- Filter based on URL
- Bulk download all images at once
- Select which images you want to download
- Check the size of each image
- Copy the URL of the original image
- Choose between various layout options
- Support all major websites
- Perform a reverse image search

The Image Downloader is a utility designed to locate images featured on a webpage. It's crucial to recognize that these images might be safeguarded by copyright, and it's advisable to presume that they are. Prior to utilizing any image, it's essential to verify its license and the precise conditions for reuse. Always conduct thorough research on the copyright status of an image, illustration, or photograph before using it.                    

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

Όνομα Bulk Image Downloader Bulk Image Downloader
ID ehkllobjkjjlggbmkcjkbojhicefhnhg
Επίσημο URL https://chromewebstore.google.com/detail/bulk-image-downloader/ehkllobjkjjlggbmkcjkbojhicefhnhg
Περιγραφή Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters.
Μέγεθος Αρχείου 142 KB
Αριθμός Εγκαταστάσεων 1,736
Τρέχουσα Έκδοση 2.2.1
Τελευταία Ενημέρωση 2024-01-22
Ημερομηνία Δημοσίευσης 2023-12-11
Αξιολόγηση 4.26/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής frank.shockley
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://freemp3downloads.online
Διεύθυνση URL της Σελίδας Βοήθειας https://freemp3downloads.online/faq
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters.",
    "version": "2.2.1",
    "manifest_version": 3,
    "name": "Bulk Image Downloader",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/logo.png"
    },
    "icons": {
        "128": "images\/logo.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "downloads",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "logo.png"
            ],
            "matches": []
        }
    ]
}