AliPictures - The Aliexpress Image Extractor
Extract all product images from AliExpress in the best quality!
Co je AliPictures - The Aliexpress Image Extractor?
AliPictures - The Aliexpress Image Extractor je rozšíření Chrome vyvinuté b1nary, a jeho hlavní funkcí je „Extract all product images from AliExpress in the best quality!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření AliPictures - The Aliexpress Image Extractor
Stáhněte si soubory rozšíření AliPictures - The Aliexpress Image Extractor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!).
Základní Informace o Rozšíření
Název | |
ID | hclfjpelhelidehkbllfnpppkjlpcjom |
Oficiální URL | https://chrome.google.com/webstore/detail/alipictures-the-aliexpres/hclfjpelhelidehkbllfnpppkjlpcjom |
Popis | Extract all product images from AliExpress in the best quality! |
Velikost souboru | 107 KB |
Počet instalací | 27 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2021-09-22 |
Datum Vydání | 2021-09-22 |
Vývojář | b1nary |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |