AliPictures - The Aliexpress Image Extractor
Extract all product images from AliExpress in the best quality!
Hvad er AliPictures - The Aliexpress Image Extractor?
AliPictures - The Aliexpress Image Extractor er en Chrome-udvidelse udviklet af b1nary, og dens hovedfunktion er "Extract all product images from AliExpress in the best quality!".
Udvidelsesskærmbilleder
Download AliPictures - The Aliexpress Image Extractor-udvidelses-CRX-fil
Download AliPictures - The Aliexpress Image Extractor-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
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!).
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hclfjpelhelidehkbllfnpppkjlpcjom |
Officiel URL | https://chrome.google.com/webstore/detail/alipictures-the-aliexpres/hclfjpelhelidehkbllfnpppkjlpcjom |
Beskrivelse | Extract all product images from AliExpress in the best quality! |
Filstørrelse | 107 KB |
Antal Installationer | 27 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2021-09-22 |
Udgivelsesdato | 2021-09-22 |
Udvikler | b1nary |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |