Merch Save

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

ما هو Merch Save؟

Merch Save هو إضافة Chrome تم تطويرها بواسطة duclvz، والميزة الرئيسية لها هي "Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Merch Save

قم بتنزيل ملفات الامتداد Merch Save بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Merch Save Merch Save
ID hjdpahmcefcphppgmpipkajniojmpegc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/hjdpahmcefcphppgmpipkajniojmpegc
الوصف Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts
حجم الملف 184 KB
عدد التثبيتات 79
النسخة الحالية 1.0.2
آخر تحديث 2023-05-10
تاريخ النشر 2023-03-15
تقييم 5.00/5 مجموع تقييمات 6
المطور duclvz
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}