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\/*"
    ]
}