AliSave Pro - AliExpress Images Downloader
Download AliExpress & AliBaba Product Images & Videos with 1-Click. Most popular tool for AliExpress & AliBaba.
Τι είναι το AliSave Pro - AliExpress Images Downloader;
Το AliSave Pro - AliExpress Images Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AliTools Inc, και η κύρια λειτουργία του είναι "Download AliExpress & AliBaba Product Images & Videos with 1-Click. Most popular tool for AliExpress & AliBaba.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AliSave Pro - AliExpress Images Downloader
Λήψη αρχείων επέκτασης AliSave Pro - AliExpress Images Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Download product images and videos from AliExpress and AliBaba. Free tool for downloading images and videos from AliExpress and AliBaba. You will see the buttons for download on AliExpress (AliBaba) product pages or in popup menu on extension. Must have for Dropshipping Business. ***AliSave Pro is free, easy to use it!*** ▬▬▬▬ GETTING STARTED ▬▬▬▬▬ 1. Install the extension by clicking the “Add to chrome” button. 2. Open an AliExpress Or AliBaba product page. 3. Click on the download buttons next to the product images. You can also the app window by clicking on the icon on the top right of your browser and start downloading! [Feautres]: - Download Main product images, variations images and pictures from description - Get the best quality image download - Save product's video - Product description images - AliSave Pro works for both aliexpress.com and aliexpress.ru! [ADVANCED]: - Download real photos: product photos from customer feedbacks and product reviews. - Download Images with ZIP file. ***Support all features & advanced on: Both: (AliExpress, Alibaba).
Βασικές Πληροφορίες Επέκτασης
Όνομα | AliSave Pro - AliExpress Images Downloader |
ID | hdfmghomeofikccjcdanfhggolojodig |
Επίσημο URL | https://chromewebstore.google.com/detail/alisave-pro-aliexpress-im/hdfmghomeofikccjcdanfhggolojodig |
Περιγραφή | Download AliExpress & AliBaba Product Images & Videos with 1-Click. Most popular tool for AliExpress & AliBaba. |
Μέγεθος Αρχείου | 520 KB |
Αριθμός Εγκαταστάσεων | 283 |
Τρέχουσα Έκδοση | 3.0.1 |
Τελευταία Ενημέρωση | 2023-11-20 |
Ημερομηνία Δημοσίευσης | 2021-02-16 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | AliTools Inc |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.alitools.xyz |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.alitools.xyz/p/privacy.html |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AliSave Pro - AliExpress Images Downloader", "version": "3.0.1", "description": "Download AliExpress & AliBaba Product Images & Videos with 1-Click. Most popular tool for AliExpress & AliBaba.", "author": "sl00_alisave_pro_inc", "icons": { "16": ".\/assets\/logo\/icon16.png", "32": ".\/assets\/logo\/icon32.png", "48": ".\/assets\/logo\/icon48.png", "64": ".\/assets\/logo\/icon64.png", "128": ".\/assets\/logo\/icon128.png" }, "browser_action": { "default_title": "AliSave Pro", "default_icon": ".\/assets\/logo\/icon128.png", "default_popup": "popup.html", "scripts": "popup.js" }, "background": { "scripts": [ ".\/vendor\/jquery.min.js", ".\/vendor\/jszip-utils\/jszip-utils.min.js", ".\/vendor\/jszip\/jszip.min.js", ".\/components\/main-fuctions.js", "background.js" ], "persistent": true }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "js": [ ".\/vendor\/jquery.min.js", ".\/components\/features.js", ".\/components\/main-fuctions.js", ".\/components\/aliexpress.js" ], "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ] }, { "js": [ ".\/vendor\/jquery.min.js", ".\/components\/features.js", ".\/components\/main-fuctions.js", ".\/components\/alibaba.js" ], "matches": [ "*:\/\/*.alibaba.com\/*" ] } ], "manifest_version": 2, "web_accessible_resources": [ "\/*.png", "\/options.html", ".\/popup.html", ".\/vendor\/*", ".\/components\/*" ], "permissions": [ "*:\/\/*.alicdn.com\/*", "*:\/\/cloud.video.taobao.com\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.alibaba.com\/*", "*:\/\/*.aliexpress.ru\/*", "webRequest", "webRequestBlocking", "downloads", "tabs", "storage", "contextMenus" ] } |