Trendyol Images Downloader
Save Trendyol images in one click.
Qu'est-ce que Trendyol Images Downloader ?
Trendyol Images Downloader est une extension Chrome développée par https://mxnpro.ovh, et sa fonction principale est "Save Trendyol images in one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trendyol Images Downloader
Téléchargez les fichiers d'extension Trendyol Images Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]!
Informations de Base sur l'Extension
Nom | Trendyol Images Downloader |
ID | gnblbfpegnbgfflpomkmhdegcpcjkbnh |
URL Officiel | https://chromewebstore.google.com/detail/trendyol-images-downloade/gnblbfpegnbgfflpomkmhdegcpcjkbnh |
Description | Save Trendyol images in one click. |
Taille du Fichier | 310 KB |
Nombre d'Installations | 1,227 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-02-04 |
Date de Publication | 2020-12-20 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | https://mxnpro.ovh |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://mxnpro.ovh/trendyol |
URL de la Page d'Aide | https://mxnpro.ovh/trendyol/support |
URL de la Page de Politique de Confidentialité | https://mxnpro.ovh/privacy |
Langues Prises en Charge | 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\/*" ] } |