Merch Save

Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts

Cos'è Merch Save?

Merch Save è un'estensione di Chrome sviluppata da duclvz, e la sua funzione principale è "Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Merch Save

Scarica i file di estensione Merch Save 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

                        Hi-Res Image Downloader for Merch By Amazon.
Use Guide: Click the "Download PNG" button to download the design.
The download button only appear when you visit Merch by Amazon Shirts.
Not for trademark purpose.
Merch Save - Amazon Merch Design Downloader                    

Informazioni di Base sull'Estensione

Nome Merch Save Merch Save
ID hjdpahmcefcphppgmpipkajniojmpegc
URL Ufficiale https://chrome.google.com/webstore/detail/hjdpahmcefcphppgmpipkajniojmpegc
Descrizione Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts
Dimensione del File 184 KB
Conteggio Installazioni 79
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-05-10
Data di Pubblicazione 2023-03-15
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore duclvz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch Save",
    "description": "Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts",
    "author": "duclvz",
    "version": "1.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "256.png",
        "256": "256.png"
    },
    "action": {
        "default_title": "Amazon Merch Design Downloader by duclvz"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}