Image Downloader Plus

Find and download all pictures from a web page

Qu'est-ce que Image Downloader Plus ?

Image Downloader Plus est une extension Chrome développée par Amari Jast, et sa fonction principale est "Find and download all pictures from a web page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Image Downloader Plus

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

                        With Image Downloader Plus, you can download all images from the page in one click. It's a time saver if you need to download images regularly.

The features:
⭐ Filter by image size: helps you remove clutter and get only high-resolution images.
⭐ Download a single image or all the images.
⭐ Supports multiple formats e.g. PNG, JPEG and WEBM                    

Informations de Base sur l'Extension

Nom Image Downloader Plus Image Downloader Plus
ID aeclplbmglgjpfaikihdlkjhgegehbbf
URL Officiel https://chrome.google.com/webstore/detail/image-downloader-plus/aeclplbmglgjpfaikihdlkjhgegehbbf
Description Find and download all pictures from a web page
Taille du Fichier 786 KB
Nombre d'Installations 100,000
Version Actuelle 2.5.7
Dernière Mise à Jour 2021-09-15
Date de Publication 2021-05-08
Évaluation 5.00/5 Total 3 Évaluations
Développeur Amari Jast
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.notion.so/Image-Downloader-Plus-Privacy-policy-fd6e9a8036fa4adea1f3ed07a45502a3
Langues Prises en Charge id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "downloads",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "2.5.7",
    "default_locale": "en",
    "web_accessible_resources": [
        "*"
    ]
}