Trendyol Images Downloader

Save Trendyol images in one click.

Trendyol Images Downloaderとは何ですか?

Trendyol Images Downloaderはhttps://mxnpro.ovhによって開発されたChromeの拡張機能で、その主な機能は「Save Trendyol images in one click.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Trendyol Images Downloader拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}