Trendyol Images Downloader

Save Trendyol images in one click.

Trendyol Images Downloaderคืออะไร?

Trendyol Images Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mxnpro.ovh และคุณลักษณะหลักของมันคือ "Save Trendyol images in one click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trendyol Images Downloader

ดาวน์โหลดไฟล์ส่วนขยาย Trendyol Images Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Easily save Trendyol images to your computer.
Save hundred of hours downloading Trendyol product's images in one click!

▬▬▬▬▬ FEATURES ▬▬▬▬▬

FREE version:
- Download main images 
- Download description images
- Get the best image quality

PRO version:
- Best quality image possible
- Organise downloads with subdirectories
- Open download directory after download
- Download as .ZIP file

▬▬▬▬▬ CONTACT ▬▬▬▬▬

If you have any questions, or suggestions to improve the app, please let us know at [email protected]!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Trendyol Images Downloader Trendyol Images Downloader
ID gnblbfpegnbgfflpomkmhdegcpcjkbnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trendyol-images-downloade/gnblbfpegnbgfflpomkmhdegcpcjkbnh
คำอธิบาย Save Trendyol images in one click.
ขนาดไฟล์ 310 KB
จำนวนการติดตั้ง 1,227
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-02-04
วันที่เผยแพร่ 2020-12-20
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://mxnpro.ovh
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mxnpro.ovh/trendyol
URL หน้าช่วยเหลือ https://mxnpro.ovh/trendyol/support
URL หน้านโยบายความเป็นส่วนตัว https://mxnpro.ovh/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "Trendyol DL",
    "version": "1.0.2",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "*:\/\/*.trendyol.com\/*",
        "*:\/\/*.gbtcdn.com\/*",
        "*:\/\/mxnpro.ovh\/trendyol\/checkout",
        "http:\/\/localhost:3000\/*"
    ],
    "options_ui": {
        "page": "index.html?route=options",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html?route=popup"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*.trendyol.com\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/mxnpro.ovh\/trendyol\/checkout",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "checkoutContent.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*",
        "images\/*"
    ]
}