Trendyol Images Downloader
Save Trendyol images in one click.
Hvad er Trendyol Images Downloader?
Trendyol Images Downloader er en Chrome-udvidelse udviklet af https://mxnpro.ovh, og dens hovedfunktion er "Save Trendyol images in one click.".
Udvidelsesskærmbilleder
Download Trendyol Images Downloader-udvidelses-CRX-fil
Download Trendyol Images Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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]! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gnblbfpegnbgfflpomkmhdegcpcjkbnh |
| Officiel URL | https://chromewebstore.google.com/detail/trendyol-images-downloade/gnblbfpegnbgfflpomkmhdegcpcjkbnh |
| Beskrivelse | Save Trendyol images in one click. |
| Filstørrelse | 310 KB |
| Antal Installationer | 1,227 |
| Nuværende Version | 1.0.2 |
| Senest Opdateret | 2023-02-04 |
| Udgivelsesdato | 2020-12-20 |
| Bedømmelse | 1.00/5 Samlet 2 Bedømmelser |
| Udvikler | https://mxnpro.ovh |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://mxnpro.ovh/trendyol |
| Hjælpeside-URL | https://mxnpro.ovh/trendyol/support |
| URL til Fortrolighedspolitik Side | https://mxnpro.ovh/privacy |
| Understøttede Sprog | 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\/*"
]
} | |