Etsy Downloader - Download Videos & Images

Save and Download Etsy Video & Images with onc click!

Cos'è Etsy Downloader - Download Videos & Images?

Etsy Downloader - Download Videos & Images è un'estensione di Chrome sviluppata da Caller Cao, e la sua funzione principale è "Save and Download Etsy Video & Images with onc click!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Etsy Downloader - Download Videos & Images

Scarica i file di estensione Etsy Downloader - Download Videos & Images in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Etsy Downloader - Download Videos & Images Etsy Downloader - Download Videos & Images
ID bcoflheaejlhhhcemjdkacefpepddljn
URL Ufficiale https://chromewebstore.google.com/detail/etsy-downloader-download/bcoflheaejlhhhcemjdkacefpepddljn
Descrizione Save and Download Etsy Video & Images with onc click!
Dimensione del File 800 KB
Conteggio Installazioni 425
Versione Corrente 1.0.0.0
Ultimo Aggiornamento 2023-11-17
Data di Pubblicazione 2023-11-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Caller Cao
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://denote.net/privacy
Lingue Supportate 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"
    ]
}