AliPictures - The Aliexpress Image Extractor
Extract all product images from AliExpress in the best quality!
Qu'est-ce que AliPictures - The Aliexpress Image Extractor ?
AliPictures - The Aliexpress Image Extractor est une extension Chrome développée par b1nary, et sa fonction principale est "Extract all product images from AliExpress in the best quality!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AliPictures - The Aliexpress Image Extractor
Téléchargez les fichiers d'extension AliPictures - The Aliexpress Image Extractor 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
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!).
Informations de Base sur l'Extension
Nom | |
ID | hclfjpelhelidehkbllfnpppkjlpcjom |
URL Officiel | https://chrome.google.com/webstore/detail/alipictures-the-aliexpres/hclfjpelhelidehkbllfnpppkjlpcjom |
Description | Extract all product images from AliExpress in the best quality! |
Taille du Fichier | 107 KB |
Nombre d'Installations | 27 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2021-09-22 |
Date de Publication | 2021-09-22 |
Développeur | b1nary |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |