ImageMass - Bulk Images Downloader

The best picture batch download plug-in! Support all website image download!

ImageMass - Bulk Images Downloader là gì?

ImageMass - Bulk Images Downloader là một tiện ích mở rộng Chrome được phát triển bởi https://bm-com.com, và tính năng chính của nó là "The best picture batch download plug-in! Support all website image download!".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        The best picture batch download plug-in!
Beautiful UI, comfortable user experience!
You can download all the pictures of the website, either as a package or as a single download.

1, unbounded mode, you can download all the pictures of the website, even if the website did anti-hotlinking, anti-crawler, etc., but the picture will be uniformly processed into PNG format, and the picture quality may have a little change.

2, the original image mode, lossless download GIF, Web, PNG, JPG and other formats of the picture, but the site to do anti-crawler and other processing will not be able to download

Two typesetting modes.
Three smart image filters.
Custom pixel filters.
Filter memory.
Automatic synchronization, page card pictures, plug-ins can be synchronized display.
Collection of pictures online.
Image color extraction.
You'll find more useful features when you install it!                    

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

Tên ImageMass - Bulk Images Downloader ImageMass - Bulk Images Downloader
ID ipjappobohplmfjhjcaidnkndoodgjpk
URL Chính Thức https://chromewebstore.google.com/detail/imagemass-bulk-images-dow/ipjappobohplmfjhjcaidnkndoodgjpk
Mô tả The best picture batch download plug-in! Support all website image download!
Kích Thước Tệp 259 KB
Số Lần Cài Đặt 732
Phiên Bản Hiện Tại 2.5.0
Cập Nhật Lần Cuối 2022-01-25
Ngày Phát Hành 2021-01-07
Đánh Giá 2.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://bm-com.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://106.12.127.15/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.5.0",
    "name": "ImageMass - Bulk Images Downloader",
    "description": "The best picture batch download plug-in! Support all website image download\uff01",
    "browser_action": {
        "default_icon": "image\/128.png"
    },
    "icons": {
        "16": "image\/16.png",
        "48": "image\/48.png",
        "128": "image\/128.png"
    },
    "permissions": [
        "webRequest",
        "storage",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.1.8.js",
                "js\/douban.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.1.8.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/apis.google.com 'unsafe-eval'; object-src 'self'"
}