All website image grabber - Ultimate

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

Qu'est-ce que All website image grabber - Ultimate ?

All website image grabber - Ultimate est une extension Chrome développée par Muneeb376, et sa fonction principale est "An Amazing Chrome Extension To Fetch & Download All The Images From Any Website.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension All website image grabber - Ultimate

Téléchargez les fichiers d'extension All website image grabber - Ultimate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom All website image grabber - Ultimate All website image grabber - Ultimate
ID findgcmiknkgigbbimbeefdmcjmpmnog
URL Officiel https://chrome.google.com/webstore/detail/all-website-image-grabber/findgcmiknkgigbbimbeefdmcjmpmnog
Description An Amazing Chrome Extension To Fetch & Download All The Images From Any Website.
Taille du Fichier 88.18 KB
Nombre d'Installations 1,000
Version Actuelle 1.0
Dernière Mise à Jour 2022-09-08
Date de Publication 2021-05-13
Évaluation 4.27/5 Total 11 Évaluations
Développeur Muneeb376
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://jobzbank.pk/
URL de la Page d'Aide https://jobzbank.pk/contact-us/
URL de la Page de Politique de Confidentialité https://jobzbank.pk/privacy-policy
Langues Prises en Charge 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"
        }
    }
}