Bulk Image and Photo Downloader
Easy and Quick Way to Download Bulk Images and Photos In Just One Click
Was ist Bulk Image and Photo Downloader?
Bulk Image and Photo Downloader ist eine Chrome-Erweiterung, die von techieflow entwickelt wurde, und ihr Hauptmerkmal ist "Easy and Quick Way to Download Bulk Images and Photos In Just One Click".
Erweiterungsscreenshots
Bulk Image and Photo Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bulk Image and Photo Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pdnonjakmnoihlneomhakfmdlmhlngce |
Offizielle URL | https://chromewebstore.google.com/detail/bulk-image-and-photo-down/pdnonjakmnoihlneomhakfmdlmhlngce |
Beschreibung | Easy and Quick Way to Download Bulk Images and Photos In Just One Click |
Dateigröße | 300 KB |
Installationsanzahl | 47 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-12-23 |
Veröffentlichungsdatum | 2021-12-22 |
Entwickler | techieflow |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |