Bulk Image Downloader

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

Vad är Bulk Image Downloader?

Bulk Image Downloader är en Chrome-tillägg utvecklad av frank.shockley, och dess huvudfunktion är "Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Bulk Image Downloader-förlängningens CRX-fil

Ladda ner Bulk Image Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        --- 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.                    

Grundläggande Information om Tillägg

Namn Bulk Image Downloader Bulk Image Downloader
ID ehkllobjkjjlggbmkcjkbojhicefhnhg
Officiell webbadress https://chromewebstore.google.com/detail/bulk-image-downloader/ehkllobjkjjlggbmkcjkbojhicefhnhg
Beskrivning Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters.
Filstorlek 142 KB
Antal Installationer 1,736
Aktuell Version 2.2.1
Senast Uppdaterad 2024-01-22
Publiceringsdatum 2023-12-11
Betyg 4.26/5 Totalt 19 Betyg
Utvecklare frank.shockley
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://freemp3downloads.online
Hjälpsida URL https://freemp3downloads.online/faq
Stödda Språk 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": []
        }
    ]
}