All website image grabber - Ultimate

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

¿Qué es All website image grabber - Ultimate?

All website image grabber - Ultimate es una extensión de Chrome desarrollada por Muneeb376, y su función principal es "An Amazing Chrome Extension To Fetch & Download All The Images From Any Website.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión All website image grabber - Ultimate

Descarga archivos de extensión All website image grabber - Ultimate en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre All website image grabber - Ultimate All website image grabber - Ultimate
ID findgcmiknkgigbbimbeefdmcjmpmnog
URL Oficial https://chrome.google.com/webstore/detail/all-website-image-grabber/findgcmiknkgigbbimbeefdmcjmpmnog
Descripción An Amazing Chrome Extension To Fetch & Download All The Images From Any Website.
Tamaño del Archivo 88.18 KB
Cantidad de Instalaciones 1,000
Versión Actual 1.0
Última Actualización 2022-09-08
Fecha de Publicación 2021-05-13
Calificación 4.27/5 Total de 11 Calificaciones
Desarrollador Muneeb376
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://jobzbank.pk/
URL de la Página de Ayuda https://jobzbank.pk/contact-us/
URL de la Página de Política de Privacidad https://jobzbank.pk/privacy-policy
Idiomas Soportados 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"
        }
    }
}