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" ] } ] } |