Trendyol Images Downloader

Save Trendyol images in one click.

Co to jest Trendyol Images Downloader?

Trendyol Images Downloader to rozszerzenie Chrome opracowane przez https://mxnpro.ovh, a jego główną funkcją jest „Save Trendyol images in one click.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Trendyol Images Downloader

Pobierz pliki rozszerzeń Trendyol Images Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]!                    

Podstawowe informacje o rozszerzeniu

Nazwa Trendyol Images Downloader Trendyol Images Downloader
ID gnblbfpegnbgfflpomkmhdegcpcjkbnh
Oficjalny URL https://chromewebstore.google.com/detail/trendyol-images-downloade/gnblbfpegnbgfflpomkmhdegcpcjkbnh
Opis Save Trendyol images in one click.
Rozmiar pliku 310 KB
Liczba instalacji 1,227
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-02-04
Data Publikacji 2020-12-20
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper https://mxnpro.ovh
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://mxnpro.ovh/trendyol
Adres URL Strony Pomocy https://mxnpro.ovh/trendyol/support
Adres URL Strony Polityki Prywatności https://mxnpro.ovh/privacy
Obsługiwane Języki 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\/*"
    ]
}