Bulk Image and Photo Downloader

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

ما هو Bulk Image and Photo Downloader؟

Bulk Image and Photo Downloader هو إضافة Chrome تم تطويرها بواسطة techieflow، والميزة الرئيسية لها هي "Easy and Quick Way to Download Bulk Images and Photos In Just One Click".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Bulk Image and Photo Downloader

قم بتنزيل ملفات الامتداد Bulk Image and Photo Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Bulk Image and Photo Downloader Bulk Image and Photo Downloader
ID pdnonjakmnoihlneomhakfmdlmhlngce
عنوان URL الرسمي https://chromewebstore.google.com/detail/bulk-image-and-photo-down/pdnonjakmnoihlneomhakfmdlmhlngce
الوصف Easy and Quick Way to Download Bulk Images and Photos In Just One Click
حجم الملف 300 KB
عدد التثبيتات 47
النسخة الحالية 1.0
آخر تحديث 2021-12-23
تاريخ النشر 2021-12-22
المطور techieflow
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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:\/\/*\/*"
    ]
}