AMZ Downloader - Amazon Videos and Images

Downloads Amazon product and variations images and videos and exports links to CSV.

AMZ Downloader - Amazon Videos and Images란 무엇입니까?

AMZ Downloader - Amazon Videos and Images은(는) zemann.p에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Downloads Amazon product and variations images and videos and exports links to CSV."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

AMZ Downloader - Amazon Videos and Images 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        AMZ Downloader allows you to download images and videos from Amazon product listing. You can download all images and videos of the product and variations on one click. Pictures and videos urls can be also exported to CSV. Videos can be also embeded to a website.

All features:

-Downloads all images and videos of a product and exports urls to CSV.
-Downloads all images and videos of a product variations and exports urls to CSV.
-Downloads all images and videos of a product and variations on one click and exports all urls to CSV.
-Creates html code to embed Amazon product video to a website.

AMZ Downloader supports all Amazon domains.                    

확장 프로그램 기본 정보

이름 AMZ Downloader - Amazon Videos and Images AMZ Downloader - Amazon Videos and Images
ID ppoekdaclagjhfdjckangfblildnahka
공식 URL https://chromewebstore.google.com/detail/amz-downloader-amazon-vid/ppoekdaclagjhfdjckangfblildnahka
설명 Downloads Amazon product and variations images and videos and exports links to CSV.
파일 크기 126 KB
설치 횟수 6,083
현재 버전 1.1
최근 업데이트 2023-11-22
출시 날짜 2023-05-27
평점 3.33/5 총 12 개의 평점
개발자 zemann.p
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://amzdownloader.com
개인정보 보호 정책 페이지 URL https://chrome.amzdownloader.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AMZ Downloader - Amazon Videos and Images",
    "description": "Downloads Amazon product and variations images and videos and exports links to CSV.",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/chrome.amzdownloader.com\/*"
        ]
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "downloads",
        "scripting"
    ]
}