Getthemall Downloader

Getthemall Downloader is Image Downloader.

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

Το Getthemall Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον GetThemall, και η κύρια λειτουργία του είναι "Getthemall Downloader is Image Downloader.".

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

screenshot
screenshot
screenshot

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

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

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

                        ★ Getthemall Downloader is image downloader

Getthemall Downloader is Browse and download images on a web page.
Getthemall Downloader is not for sale, and will always be free, open-source, and without ads or tracking algorithms of any kind! 

★ Getthemall Downloader is a powerful Chrome extension designed to simplify the process of saving images from any webpage with just a few clicks. Whether you're a designer, researcher, or simply looking to collect images for inspiration, this tool offers an intuitive solution to streamline your workflow.

★ Key Features★ 
Effortless Image Downloading: Save time and effort by quickly downloading multiple images from any webpage with a single click.

★ Customizable Download Options★ 
Tailor your image-saving experience by choosing the image formats and resolutions that best suit your needs.

★ Intelligent Image Detection★ 
Automatically detects and presents all images available on a webpage, ensuring you never miss a valuable asset.

★ Smart Filtering★ 
Automatic filter images based on size, type, or other criteria to refine  selection and only download the images

★ Seamless Integration★ 
Seamlessly integrates into your Chrome browser, providing a hassle-free experience without cluttering your interface.

★ Lightweight and Fast★ 
Enjoy fast performance and minimal system resource consumption, allowing you to focus on your tasks without interruptions.

★ Regular Updates★ 
Stay up-to-date with the latest features and improvements through regular updates, ensuring that you always have access to the best image-saving capabilities.




If you need to bulk download images from a web page, with this extension you can:
★  See images that the page contains and links to
★  Optionally show only images from links
★  Select images to download by clicking on the image
★  Customize image display width, columns, border size, and color


★ MAIN UPDATE (06.02.2024)★ 
★  Manifest V2 to Manifest V3
★  New User Interface Design
★  Edit Fast Access Menu                    

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

Όνομα Getthemall Downloader Getthemall Downloader
ID pdijnakepckmpominkocjobdghfohopj
Επίσημο URL https://chromewebstore.google.com/detail/getthemall-downloader/pdijnakepckmpominkocjobdghfohopj
Περιγραφή Getthemall Downloader is Image Downloader.
Μέγεθος Αρχείου 135 KB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 2.10.00
Τελευταία Ενημέρωση 2024-02-12
Ημερομηνία Δημοσίευσης 2020-03-11
Αξιολόγηση 2.43/5 Συνολικά 60 Αξιολογήσεις
Προγραμματιστής GetThemall
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.puupnewsapp.com/privacy-policy-2
Υποστηριζόμενες Γλώσσες id,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "downloads",
        "activeTab",
        "scripting"
    ],
    "short_name": "GetThemall",
    "version": "2.10.00",
    "default_locale": "en_US",
    "description": "__MSG_appDesc__",
    "action": {
        "default_icon": {
            "16": "img\/ico_16.png",
            "19": "img\/ico_19.png",
            "48": "img\/ico_48.png",
            "128": "img\/ico_128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}