Ecommerce Image Downloader

Download Image from Ecommerce Website (Amazon, Ebay, Taobao, Shopee...)

Ecommerce Image Downloader란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Download images, copy image's URL from Amazon, support for the websites bellow:
        - Amazon .(com | in | es | com.au | ca | de | fr | co.uk | it )
        - Ebay
        - Shopee
          ... and more supported websites, please check malitool.com for detail
Enable you to download product's video on Amazon.
Enable you to checking product's price history on Amazon.

Extension help your work faster and easier!
For any support, please contact me via email: [email protected]                    

확장 프로그램 기본 정보

이름 Ecommerce Image Downloader Ecommerce Image Downloader
ID oiaoeonjapnkifnhofdkgiohaieebokn
공식 URL https://chrome.google.com/webstore/detail/ecommerce-image-downloade/oiaoeonjapnkifnhofdkgiohaieebokn
설명 Download Image from Ecommerce Website (Amazon, Ebay, Taobao, Shopee...)
파일 크기 273 KB
설치 횟수 6,000
현재 버전 2.5.9
최근 업데이트 2024-02-05
출시 날짜 2020-04-23
평점 4.00/5 총 25 개의 평점
개발자 linhnn.developer
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 http://malitool.com/
도움말 페이지 URL https://www.facebook.com/malitool
개인정보 보호 정책 페이지 URL http://malitool.com/amazon-image-downloader-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ecommerce Image Downloader",
    "description": "Download Image from Ecommerce Website (Amazon, Ebay, Taobao, 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\/"
    ],
    "permissions": [
        "downloads"
    ],
    "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"
        }
    ]
}