AliPictures - The Aliexpress Image Extractor
Extract all product images from AliExpress in the best quality!
Τι είναι το AliPictures - The Aliexpress Image Extractor;
Το AliPictures - The Aliexpress Image Extractor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον b1nary, και η κύρια λειτουργία του είναι "Extract all product images from AliExpress in the best quality!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AliPictures - The Aliexpress Image Extractor
Λήψη αρχείων επέκτασης AliPictures - The Aliexpress Image Extractor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The most effective extension to extract the best quality pictures out of Aliexpress. Extract from AliExpress: - Product Pictures - Variant Pictures - Description Pictures and download them as .ZIP file in the best available quality! No other Aliexpress image plugin as as effect and as simple as ours. You are just one click away to receive the best quality pictures of any product on Aliexpress. Collect any images you like, product, variants or description pictures and easily download them as ZIP file (renamed to their product id!).
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hclfjpelhelidehkbllfnpppkjlpcjom |
Επίσημο URL | https://chrome.google.com/webstore/detail/alipictures-the-aliexpres/hclfjpelhelidehkbllfnpppkjlpcjom |
Περιγραφή | Extract all product images from AliExpress in the best quality! |
Μέγεθος Αρχείου | 107 KB |
Αριθμός Εγκαταστάσεων | 27 |
Τρέχουσα Έκδοση | 0.1.0 |
Τελευταία Ενημέρωση | 2021-09-22 |
Ημερομηνία Δημοσίευσης | 2021-09-22 |
Προγραμματιστής | b1nary |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AliPictures - The Aliexpress Image Extractor", "version": "0.1.0", "manifest_version": 3, "description": "Extract all product images from AliExpress in the best quality!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*" ], "js": [ "jquery.js", "inject.js" ] } ] } |