Bulk Image and Photo Downloader

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

Bulk Image and Photo Downloader là gì?

Bulk Image and Photo Downloader là một tiện ích mở rộng Chrome được phát triển bởi techieflow, và tính năng chính của nó là "Easy and Quick Way to Download Bulk Images and Photos In Just One Click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bulk Image and Photo Downloader

Tải xuống các tệp mở rộng Bulk Image and Photo Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bulk Image and Photo Downloader Bulk Image and Photo Downloader
ID pdnonjakmnoihlneomhakfmdlmhlngce
URL Chính Thức https://chromewebstore.google.com/detail/bulk-image-and-photo-down/pdnonjakmnoihlneomhakfmdlmhlngce
Mô tả Easy and Quick Way to Download Bulk Images and Photos In Just One Click
Kích Thước Tệp 300 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-12-23
Ngày Phát Hành 2021-12-22
Nhà Phát Triển techieflow
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}