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 Muneeb376 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An Amazing Chrome Extension To Fetch & Download All The Images From Any Website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में All website image grabber - Ultimate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    }
}