Image Downloader

Filter and download the images you want from the page

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

Το Image Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον popov.alex0198, και η κύρια λειτουργία του είναι "Filter and download the images you want from the page".

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

screenshot

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

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

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

                        Image Downloader allows you to instantly download all the images from the web pages. Our new extension will help you with your work with images. This brand new Chrome browser extension is pretty useful and reliable. Image Downloader has no advertisement or any kind tracking. This extension is so simple and user-friendly, that you don`t need to have some special and high computer skills to properly use it. It`s simple as that – search, find, choose and download all images you need. Get this extension and save the pictures just in one second. It`s also a great tool to help you, if you need to make a collection of certain type of images. This app will actually make your life easy. We want to make your browsing as comfortable and pleasant as it`s possible. Every image format can be downloaded by this extension, so you can literally download all the images possible. Our new app is a good tool to improve your working process.
And yeah, the extension is absolutely free! We just want you to have the best browsing experience ever. If you have a task to get a certain amount of pictures from the web, then just install this extension and download images faster and easier. The process is incredibly simple and intuitive – search, find and download image. Don`t hesitate and just get the app. After you click on the “download” button, it`ll automatically download image to a specific folder on your device. This extension is really something new and fresh. So just install our app and download images on the web in one click. The extension will remarkably effect on your browsing experience.                    

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

Όνομα Image Downloader Image Downloader
ID kdgipepeekcahneeconkmjfkahppjmdb
Επίσημο URL https://chrome.google.com/webstore/detail/image-downloader/kdgipepeekcahneeconkmjfkahppjmdb
Περιγραφή Filter and download the images you want from the page
Μέγεθος Αρχείου 29.97 KB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2022-08-02
Ημερομηνία Δημοσίευσης 2021-03-31
Αξιολόγηση 2.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής popov.alex0198
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "scripts": [
            "sufta.js"
        ]
    },
    "browser_action": {
        "default_icon": "ceta.png",
        "default_popup": "garta.html"
    },
    "content_scripts": [
        {
            "js": [
                "sunami.js",
                "arfaga.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "ceta.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlrl1tfc0\/EFAugxW2vPURhjXuKzJtCDAU7n2h+yASBuGQFhfZj5hpeDLLiNGbc7bHbNsbSdRw1pHCXCnLv0LWoTAq8iie5vElV7e1UzSZKE1opAagwLlpJpCmrMQxSY4gstmTp+aDccMQNe7nfrqA8sG7uLj7ZtGFb2UUC\/VjsxVD\/O4ncfJQ\/+Zyul1CGhnWDovLULKwkVk6c87\/FmdSSy+RiJL+M3aSPR\/e6pUEIeeMbGkToymFulIIWVo3nx8X6ICRrOEmZNZS9zmvc\/Qy4NthBtKCkimG5GaU21xDL6uJhpldHzGswZKq73+IViQ1TTIoTgq97jkUEyj4Y\/hHwIDAQAB",
    "manifest_version": 2,
    "name": "Image Downloader",
    "permissions": [
        "",
        "downloads",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5"
}