All website image grabber - Ultimate

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

All website image grabber - Ultimate là gì?

All website image grabber - Ultimate là một tiện ích mở rộng Chrome được phát triển bởi Muneeb376, và tính năng chính của nó là "An Amazing Chrome Extension To Fetch & Download All The Images From Any Website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng All website image grabber - Ultimate

Tải xuống các tệp mở rộng All website image grabber - Ultimate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên All website image grabber - Ultimate All website image grabber - Ultimate
ID findgcmiknkgigbbimbeefdmcjmpmnog
URL Chính Thức https://chrome.google.com/webstore/detail/all-website-image-grabber/findgcmiknkgigbbimbeefdmcjmpmnog
Mô tả An Amazing Chrome Extension To Fetch & Download All The Images From Any Website.
Kích Thước Tệp 88.18 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-09-08
Ngày Phát Hành 2021-05-13
Đánh Giá 4.27/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Muneeb376
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://jobzbank.pk/
URL Trang Trợ Giúp https://jobzbank.pk/contact-us/
URL Trang Chính Sách Bảo Mật https://jobzbank.pk/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}