Image Downloader - Bulk download images

Browse and download images on the web. Save fav image or select all at once to bulk download.

Image Downloader - Bulk download images là gì?

Image Downloader - Bulk download images là một tiện ích mở rộng Chrome được phát triển bởi Image Downloader, và tính năng chính của nó là "Browse and download images on the web. Save fav image or select all at once to bulk download.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Image Downloader - Bulk download images

Tải xuống các tệp mở rộng Image Downloader - Bulk download images 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

                        Introducing the ultimate solution for all your image downloading needs - the Image Downloader extension for Google Chrome. This powerful and user-friendly tool allows you to easily download and save images from any website with just a few clicks. Whether you're browsing popular image-sharing platforms such as Instagram, Pinterest or Flickr or stock image sites like Shutterstock or iStock, Image Downloader has got you covered. 

With Image Downloader, you can quickly and efficiently download images in bulk, making it the perfect tool for bloggers, marketers, and anyone who needs to download a large number of images for their work or personal use. Whether you're looking for stock photos, product images, or simply want to save your favorite pictures from the internet, Image Downloader has got you covered.

The extension features a sleek and intuitive interface that makes it easy to navigate and use, even for those who are not tech-savvy. You can quickly filter and search for images based on size, format, and resolution, and even set up custom download folders to keep your images organized.

One of the key features of the Image Downloader is its ability to automatically detect and download all images on a page, saving you time and effort. This is particularly useful when you need to download a large number of images from a single website, such as a stock photo site or a social media platform like Instagram, Pinterest, or Flickr.

In addition, the extension also allows you to download the images in their original format without any conversion.

Overall, the Image Downloader is the ultimate tool for anyone who needs to download and save images from the internet. Whether you're a blogger, marketer, or just someone who loves saving pictures, this extension is a must-have for your Google Chrome browser.                    

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

Tên Image Downloader - Bulk download images Image Downloader - Bulk download images
ID klmiibolojjndggdnjnjggmgimlcalch
URL Chính Thức https://chrome.google.com/webstore/detail/image-downloader-bulk-dow/klmiibolojjndggdnjnjggmgimlcalch
Mô tả Browse and download images on the web. Save fav image or select all at once to bulk download.
Kích Thước Tệp 688 KB
Số Lần Cài Đặt 2,607,849
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2023-01-31
Ngày Phát Hành 2022-01-08
Đánh Giá 4.67/5 Tổng số 360 Đánh Giá
Nhà Phát Triển Image Downloader
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://imagedownloaderapp.com/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/content-sidebar.css",
                "css\/chunk-common.css",
                "css\/sidebar.css"
            ],
            "js": [
                "js\/content-sidebar.js",
                "js\/chunk-vendors.js",
                "js\/chunk-common.js",
                "js\/sidebar.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/images-observer.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/image-overlay.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/bulk-image-downloader\/klmiibolojjndggdnjnjggmgimlcalch\/reviews",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "",
        "downloads",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6"
}