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ファイルをダウンロード

Ecommerce Image Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    ]
}