AliPictures - The Aliexpress Image Extractor
Extract all product images from AliExpress in the best quality!
Cos'è AliPictures - The Aliexpress Image Extractor?
AliPictures - The Aliexpress Image Extractor è un'estensione di Chrome sviluppata da b1nary, e la sua funzione principale è "Extract all product images from AliExpress in the best quality!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AliPictures - The Aliexpress Image Extractor
Scarica i file di estensione AliPictures - The Aliexpress Image Extractor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!).
Informazioni di Base sull'Estensione
Nome | |
ID | hclfjpelhelidehkbllfnpppkjlpcjom |
URL Ufficiale | https://chrome.google.com/webstore/detail/alipictures-the-aliexpres/hclfjpelhelidehkbllfnpppkjlpcjom |
Descrizione | Extract all product images from AliExpress in the best quality! |
Dimensione del File | 107 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2021-09-22 |
Data di Pubblicazione | 2021-09-22 |
Sviluppatore | b1nary |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |