Bulk Image Downloader From List

A Chrome extension to bulk download images from a list of image urls.

Qu'est-ce que Bulk Image Downloader From List ?

Bulk Image Downloader From List est une extension Chrome développée par danstanongubo, et sa fonction principale est "A Chrome extension to bulk download images from a list of image urls.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bulk Image Downloader From List

Téléchargez les fichiers d'extension Bulk Image Downloader From List 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

                        A very simple and straightforward extension to bulk download images from your list. 

Simply install the chrome extension.

Click the chrome extensions icon, Bulk Image Downloader from List extension will be present.

Click to pin in for easier access.

Click the download icon of the extension to add a list of the images you would like to bulk download.

Paste the urls and click Download to begin the process.

The extension can handle many urls at ago. 

Disclaimer! Make sure you have all the necessary rights to acquire images and that you do not infringe on the rights of the owner.

Enjoy and give me a 5 star if you like it! I will appreciate very much!                    

Informations de Base sur l'Extension

Nom Bulk Image Downloader From List Bulk Image Downloader From List
ID kekkjfalendfifgchoceceoahjnejmgf
URL Officiel https://chromewebstore.google.com/detail/bulk-image-downloader-fro/kekkjfalendfifgchoceceoahjnejmgf
Description A Chrome extension to bulk download images from a list of image urls.
Taille du Fichier 5.02 KB
Nombre d'Installations 2,098
Version Actuelle 1.0
Dernière Mise à Jour 2023-09-11
Date de Publication 2023-09-11
Évaluation 5.00/5 Total 14 Évaluations
Développeur danstanongubo
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bulk Image Downloader From List",
    "version": "1.0",
    "description": "A Chrome extension to bulk download images from a list of image urls.",
    "permissions": [
        "downloads"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon.png"
        }
    },
    "icons": {
        "16": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}