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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Bulk Image Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        --- 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": []
        }
    ]
}