Amazon Image Downloader

Download images from Amazon

Amazon Image Downloaderとは何ですか?

Amazon Image Downloaderはlinhnn.developerによって開発されたChromeの拡張機能で、その主な機能は「Download images from Amazon」です。

拡張機能のスクリーンショット

screenshot
screenshot

Amazon Image Downloader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Key Functions: 
- Download images from Amazon with only one click, 
- Copy image's URL from Amazon
- Download images as Zip file

We support for the websites Amazon .(com | in | es | com.au | ca | de | fr | co.uk | it )

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

拡張機能の基本情報

名前 Amazon Image Downloader Amazon Image Downloader
ID oalmhfogblggbhjlllknlafhigpdaejk
公式URL https://chromewebstore.google.com/detail/amazon-image-downloader/oalmhfogblggbhjlllknlafhigpdaejk
説明 Download images from Amazon
ファイルサイズ 293 KB
インストール数 29
現在のバージョン 1.6
最終更新日 2022-12-26
公開日 2022-12-19
評価 5.00/5 合計 1 レビュー
開発者 linhnn.developer
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://malitool.com/
プライバシーポリシーページのURL http://malitool.com/amazon-image-downloader-policy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Image Downloader",
    "description": "Download images from Amazon",
    "version": "1.6",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/url.png",
                "images\/download.png",
                "images\/multil.png",
                "images\/zip.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "\/lib\/jquery.js",
                "content-script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "options_page": "options.html"
}