All website image grabber - Ultimate

An Amazing Chrome Extension To Fetch & Download All The Images From Any Website.

Τι είναι το All website image grabber - Ultimate;

Το All website image grabber - Ultimate είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Muneeb376, και η κύρια λειτουργία του είναι "An Amazing Chrome Extension To Fetch & Download All The Images From Any Website.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης All website image grabber - Ultimate

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

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

                        Features
Grab any types of images from any websites.
Supported extensions : .jpg, .jpeg, .gif, .png, .svg
.jfif, .pjpeg, .pjp, .ico, .cur , .apng.
Easy & Minimal UI.
Preview images before download.
Download a particular image by clicking on the download button.
Download all images with one click.
Bootstrap 4 Framework.
Pure JavaScript & Client-Side Scraping. 

Usage
As you can see in the above GIFs, the image grabbing process is super easy and you have to just click on the extension and it will automatically grab all the images and show it to you in no time.

All the images come with the dedicated download button so you can grab particular images on just one click.
There is also a download all button to grab all the images at once.                    

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

Όνομα All website image grabber - Ultimate All website image grabber - Ultimate
ID findgcmiknkgigbbimbeefdmcjmpmnog
Επίσημο URL https://chrome.google.com/webstore/detail/all-website-image-grabber/findgcmiknkgigbbimbeefdmcjmpmnog
Περιγραφή An Amazing Chrome Extension To Fetch & Download All The Images From Any Website.
Μέγεθος Αρχείου 88.18 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-09-08
Ημερομηνία Δημοσίευσης 2021-05-13
Αξιολόγηση 4.27/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής Muneeb376
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://jobzbank.pk/
Διεύθυνση URL της Σελίδας Βοήθειας https://jobzbank.pk/contact-us/
URL της Σελίδας Πολιτικής Απορρήτου https://jobzbank.pk/privacy-policy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "All website image grabber - Ultimate",
    "version": "1.0",
    "description": "An Amazing Chrome Extension To Fetch & Download All The Images From Any Website.",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "activeTab",
        "",
        "downloads"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_popup": "layout.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}