IMGDownload

Image downloader, one click to get all the pictures on the page and download them in batches

Τι είναι το IMGDownload;

Το IMGDownload είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hocgin.top, και η κύρια λειτουργία του είναι "Image downloader, one click to get all the pictures on the page and download them in batches".

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

screenshot
screenshot

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

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

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

                        IMGDownload. Its functions include one-click retrieval of all images on the page for download, support for format conversion, support for compressed downloads, and support for search, etc.
Browser plugin image downloader is a tool that can download images in the browser. It can one-click retrieve all the images on the page for download, making it easy to save the images on the Internet to the local.
In addition, the browser plugin image downloader also supports format conversion, which can convert the downloaded images to the specified format, making it easy to use these images.
In addition, the browser plugin image downloader also supports compressed downloads, which means that the downloaded images can be compressed to save disk space.
Finally, the browser plugin image downloader also supports the search function, which can search for images on the page by keyword, making it easy to find the desired image and download it.
Overall, the browser plugin image downloader is a convenient tool that can help users quickly download images from the Internet and support functions such as format conversion, compressed downloads, and search.

If you encounter any problems during use, please don't panic. Negative reviews cannot solve the problem. You can provide feedback via the link below and I will follow up promptly.
👉 https://logspot.hocgin.top/addone-img-download?active=feedback 👈

If this has been helpful to you, can you please give me a good review? 🌹                    

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

Όνομα IMGDownload IMGDownload
ID efeommomnoeofflmmkemeikhagdjebca
Επίσημο URL https://chromewebstore.google.com/detail/imgdownload/efeommomnoeofflmmkemeikhagdjebca
Περιγραφή Image downloader, one click to get all the pictures on the page and download them in batches
Μέγεθος Αρχείου 800 KB
Αριθμός Εγκαταστάσεων 743
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2023-09-20
Ημερομηνία Δημοσίευσης 2023-01-02
Προγραμματιστής https://hocgin.top
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://logspot.hocgin.top/privacy
Υποστηριζόμενες Γλώσσες en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "0.0.3",
    "description": "__MSG_extension_description__",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "action": {
        "default_title": "\u6253\u5f00\u4eea\u8868\u76d8"
    },
    "icons": {
        "16": "$_logo_16.png",
        "32": "$_logo_32.png",
        "48": "$_logo_48.png",
        "128": "$_logo_128.png"
    },
    "default_locale": "en",
    "permissions": [
        "favicon",
        "contextMenus",
        "storage",
        "tabs",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "contentScript_0.js"
            ],
            "css": []
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}