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はtechieflowによって開発されたChromeの拡張機能で、その主な機能は「Easy and Quick Way to Download Bulk Images and Photos In Just One Click」です。

拡張機能のスクリーンショット

screenshot

Bulk Image and Photo Downloader拡張機能のCRXファイルをダウンロード

Bulk Image and Photo Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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:\/\/*\/*"
    ]
}