Ecommerce Image Downloader Plus

Download Image from ecommerce websites (Amazon, Ebay, Walmart, Shopee...)

Ecommerce Image Downloader Plus란 무엇입니까?

Ecommerce Image Downloader Plus은(는) linhnn.developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download Image from ecommerce websites (Amazon, Ebay, Walmart, Shopee...)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Ecommerce Image Downloader Plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extension support bulk download images from ecommece website(Amazon, Ebay, Walmart, Shopee, Zazzle...). This is an advance version of "Ecomerce Image Downloader". 
It is going to support more and more ecommerce website with more features.

If have any error, please contact me: [email protected]                    

확장 프로그램 기본 정보

이름 Ecommerce Image Downloader Plus Ecommerce Image Downloader Plus
ID mmhpoibimjmhcghkpiemdonbgbnookii
공식 URL https://chrome.google.com/webstore/detail/ecommerce-image-downloade/mmhpoibimjmhcghkpiemdonbgbnookii
설명 Download Image from ecommerce websites (Amazon, Ebay, Walmart, Shopee...)
파일 크기 276 KB
설치 횟수 4,000
현재 버전 2.5.9
최근 업데이트 2024-02-05
출시 날짜 2021-05-06
평점 4.31/5 총 13 개의 평점
개발자 linhnn.developer
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://malitool.com/
도움말 페이지 URL https://www.facebook.com/malitool
개인정보 보호 정책 페이지 URL http://malitool.com/amazon-image-downloader-policy.html
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ecommerce Image Downloader Plus",
    "description": "Download Image from ecommerce websites (Amazon, Ebay, Walmart, Shopee...)",
    "version": "2.5.9",
    "minimum_chrome_version": "88",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; style-src 'self'; img-src 'self'; media-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "http:\/\/localhost:8188\/"
    ],
    "optional_permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "\/icon_128.png",
        "default_popup": "\/views\/popup.html"
    },
    "icons": {
        "16": "\/icon_16.png",
        "48": "\/icon_48.png",
        "128": "\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/open.png",
                "\/images\/download.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "defaults.js"
    },
    "content_scripts": [
        {
            "js": [
                "\/lib\/jquery.js",
                "\/scripts\/send_images.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}