ImageMass - Bulk Images Downloader

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

ImageMass - Bulk Images Downloader란 무엇입니까?

ImageMass - Bulk Images Downloader은(는) https://bm-com.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best picture batch download plug-in! Support all website image download!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ImageMass - Bulk Images Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 ImageMass - Bulk Images Downloader ImageMass - Bulk Images Downloader
ID ipjappobohplmfjhjcaidnkndoodgjpk
공식 URL https://chromewebstore.google.com/detail/imagemass-bulk-images-dow/ipjappobohplmfjhjcaidnkndoodgjpk
설명 The best picture batch download plug-in! Support all website image download!
파일 크기 259 KB
설치 횟수 732
현재 버전 2.5.0
최근 업데이트 2022-01-25
출시 날짜 2021-01-07
평점 2.80/5 총 5 개의 평점
개발자 https://bm-com.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://106.12.127.15/privacy.html
지원되는 언어 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'"
}