Image Downloader Plus

Using image downloader, locate and download all of the images on a website.

Τι είναι το Image Downloader Plus;

Το Image Downloader Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wizard_Pekka, και η κύρια λειτουργία του είναι "Using image downloader, locate and download all of the images on a website.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Image Downloader Plus

Λήψη αρχείων επέκτασης Image Downloader Plus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Search and Download all images from any web page or social sites.

With this Image Downloader you can find, browse and download all the images present in a web page. 

In Addition you can:

- filter based on pixel width and height
- filter based on url
- bulk download all images in once
- select what images you want to download
- check the size of each image
- copy the url of the original image
- choose between various layout options
- supporting all principal websites (Instagram, Facebook, Twitter, ...)

You can Download any images from any webpage.
Have Fun !
Image Downloader - Imageye Plus                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Image Downloader Plus Image Downloader Plus
ID akhaheoeinmfdnpgkfjjfijlkdcogfgd
Επίσημο URL https://chrome.google.com/webstore/detail/image-downloader-plus/akhaheoeinmfdnpgkfjjfijlkdcogfgd
Περιγραφή Using image downloader, locate and download all of the images on a website.
Μέγεθος Αρχείου 129 KB
Αριθμός Εγκαταστάσεων 1,412
Τρέχουσα Έκδοση 3.1.1
Τελευταία Ενημέρωση 2023-02-13
Ημερομηνία Δημοσίευσης 2022-07-05
Αξιολόγηση 5.00/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής Wizard_Pekka
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/avengerprivacypolicy/home
Υποστηριζόμενες Γλώσσες en,en-GB,en-US,es,pt-BR,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "data\/icons\/icon-128.png",
            "32": "data\/icons\/icon-32.png",
            "38": "data\/icons\/icon-38.png",
            "512": "data\/icons\/icon-512.png"
        },
        "default_popup": "data\/interface\/index.html?popup"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            }
        }
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "icons": {
        "128": "data\/icons\/icon-128.png",
        "32": "data\/icons\/icon-32.png",
        "38": "data\/icons\/icon-38.png",
        "512": "data\/icons\/icon-512.png"
    },
    "manifest_version": 3,
    "name": "Image Downloader Plus",
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "webRequest",
        "scripting",
        "declarativeNetRequest"
    ],
    "short_name": "image",
    "version": "3.1.1"
}