Etsy Downloader - Download Videos & Images

Save and Download Etsy Video & Images with onc click!

Etsy Downloader - Download Videos & Images란 무엇입니까?

Etsy Downloader - Download Videos & Images은(는) Caller Cao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save and Download Etsy Video & Images with onc click!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Etsy Downloader - Download Videos & Images 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Etsy Downloader - Easily Download Etsy Videos & Images
Tired of not being able to save videos or images from Etsy? Our Etsy Downloader extension allows you to easily download any Etsy videos or images with just one click. 

Key Features:
- Download Etsy videos in MP4 format 
- Save Etsy product images in JPG/PNG format
- Simple one-click download button on Etsy video and image pages
- Small extension size for fast loading

No more hassle trying to figure out how to save Etsy media. With Etsy Downloader, you can quickly download any video or image on Etsy so you can view them offline or save for future reference. The intuitive browser extension seamlessly integrates with Etsy, requiring no complicated setup or configuration.

So if you frequently shop on Etsy and want an easy way to keep videos and images from the platform, get the Etsy Downloader extension today! It's a simple but powerful tool that makes organizing and archiving Etsy media a breeze.                    

확장 프로그램 기본 정보

이름 Etsy Downloader - Download Videos & Images Etsy Downloader - Download Videos & Images
ID bcoflheaejlhhhcemjdkacefpepddljn
공식 URL https://chromewebstore.google.com/detail/etsy-downloader-download/bcoflheaejlhhhcemjdkacefpepddljn
설명 Save and Download Etsy Video & Images with onc click!
파일 크기 800 KB
설치 횟수 425
현재 버전 1.0.0.0
최근 업데이트 2023-11-17
출시 날짜 2023-11-17
평점 5.00/5 총 1 개의 평점
개발자 Caller Cao
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://denote.net/privacy
지원되는 언어 en,en-GB,en-US,fr,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.0.0",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.etsy.com\/*"
            ],
            "js": [
                "content-script\/index.js"
            ],
            "css": [
                "content-script\/index.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "icon\/icon-16.png",
            "48": "icon\/icon-16.png",
            "128": "icon\/icon-16.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "content-script\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-16.png",
        "48": "icon\/icon-16.png",
        "128": "icon\/icon-16.png",
        "300": "icon\/icon-16.png",
        "500": "icon\/icon-16.png"
    },
    "permissions": [
        "downloads",
        "storage"
    ]
}