Bulk Image and Photo Downloader

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

Qu'est-ce que Bulk Image and Photo Downloader ?

Bulk Image and Photo Downloader est une extension Chrome développée par techieflow, et sa fonction principale est "Easy and Quick Way to Download Bulk Images and Photos In Just One Click".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bulk Image and Photo Downloader

Téléchargez les fichiers d'extension Bulk Image and Photo Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bulk Image and Photo Downloader Bulk Image and Photo Downloader
ID pdnonjakmnoihlneomhakfmdlmhlngce
URL Officiel https://chromewebstore.google.com/detail/bulk-image-and-photo-down/pdnonjakmnoihlneomhakfmdlmhlngce
Description Easy and Quick Way to Download Bulk Images and Photos In Just One Click
Taille du Fichier 300 KB
Nombre d'Installations 47
Version Actuelle 1.0
Dernière Mise à Jour 2021-12-23
Date de Publication 2021-12-22
Développeur techieflow
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}