Images downloader from amazon

Download Amazon images from gallery, variations and reviews

Images downloader from amazon란 무엇입니까?

Images downloader from amazon은(는) https://wooshark.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download Amazon images from gallery, variations and reviews"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Images downloader from amazon 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Image download for Amazon allow to download images from gallery, variations, reviews to your computer with one click.


Main Features

- Load images from gallery.
- Load images from variations.
- Load images from reviews.
- Remove images from the list.
- Download images                    

확장 프로그램 기본 정보

이름 Images downloader from amazon Images downloader from amazon
ID aghjkiijpbchncgkbnakihflakiajlda
공식 URL https://chromewebstore.google.com/detail/images-downloader-from-am/aghjkiijpbchncgkbnakihflakiajlda
설명 Download Amazon images from gallery, variations and reviews
파일 크기 206 KB
설치 횟수 10,206
현재 버전 3.0.5
최근 업데이트 2023-03-05
출시 날짜 2019-11-21
평점 3.33/5 총 12 개의 평점
개발자 https://wooshark.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.wooshark.com
도움말 페이지 URL https://www.wooshark.com/getting-stared
개인정보 보호 정책 페이지 URL https://www.wooshark.com/term
지원되는 언어 de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.0.5",
    "options_page": "options.html",
    "action": {
        "default_icon": "images\/amazon128.png",
        "default_popup": "popup.html",
        "default_title": ""
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "icons": {
        "48": "images\/amazon128.png",
        "128": "images\/amazon128.png"
    },
    "background": {
        "service_worker": "js\/background-worker-downloader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.com.tr\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.com.br\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/apiexpress_content.js",
                "js\/lodash.js",
                "js\/bootstrap.min.js",
                "js\/vendor\/fontawesome.js",
                "js\/vendor\/jquery.toast.min.js",
                "js\/bulk_import_images.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/jquery.toast.min.css",
                "css\/spin.css",
                "css\/styles.css",
                "css\/font-awesome.css",
                "css\/table.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/background-worker-downloader"
            ],
            "matches": [
                "https:\/\/web-accessible-resources-1.glitch.me\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/music.yandex.ru\/;"
    }
}