Trendyol Images Downloader
Save Trendyol images in one click.
Trendyol Images Downloader क्या है?
Trendyol Images Downloader https://mxnpro.ovh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save Trendyol images in one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trendyol Images Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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\/*" ] } |