Bulk Image and Photo Downloader

Easy and Quick Way to Download Bulk Images and Photos In Just One Click

Apa itu Bulk Image and Photo Downloader?

Bulk Image and Photo Downloader adalah ekstensi Chrome yang dikembangkan oleh techieflow, dan fitur utamanya adalah "Easy and Quick Way to Download Bulk Images and Photos In Just One Click".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bulk Image and Photo Downloader

Unduh file ekstensi Bulk Image and Photo Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Easily and Quickly Save All Images , Photos From a Website in Just One Click!

✔️ select the images you wish to download
✔️ Bulk download all images in once
✔️ Works in incognito mode
✔️ Filter the images by width and height
✔️ Save images to any specific folder as per your choice
✔️ Supports many formats: jpg, png, gif, svg, and webp.                    

Informasi Dasar Ekstensi

Nama Bulk Image and Photo Downloader Bulk Image and Photo Downloader
ID pdnonjakmnoihlneomhakfmdlmhlngce
URL Resmi https://chromewebstore.google.com/detail/bulk-image-and-photo-down/pdnonjakmnoihlneomhakfmdlmhlngce
Deskripsi Easy and Quick Way to Download Bulk Images and Photos In Just One Click
Ukuran File 300 KB
Jumlah Instalasi 47
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-12-23
Tanggal Publikasi 2021-12-22
Pengembang techieflow
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bulk Image and Photo Downloader",
    "description": "Easy and Quick Way to Download Bulk Images and Photos In Just One Click",
    "version": "1.0",
    "minimum_chrome_version": "72",
    "manifest_version": 2,
    "icons": {
        "16": "\/images\/icon_16.png",
        "48": "\/images\/icon_64.png",
        "128": "\/images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "\/images\/icon_128.png",
        "default_popup": "\/src\/Popup\/index.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "\/src\/background\/downloadImages.js",
            "\/src\/background\/handleUpdates.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}