AliExplore | AliExpress Image Downloader

Downloads AliExpress product images and videos with single click.

AliExplore | AliExpress Image Downloader란 무엇입니까?

AliExplore | AliExpress Image Downloader은(는) Hellinex에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Downloads AliExpress product images and videos with single click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

AliExplore | AliExpress Image Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Our AliExplore | Aliexpress Images Downloader allows you to easily save all of the AliExpress images and videos to your computer.

You will be able to download product images and videos in single click with the best quality possible!

It’s as easy to use as 1, 2, 3

AliExplore is free.

▬▬▬▬ GETTING STARTED ▬▬▬▬▬

1. Install the extension by clicking the “Add to chrome” button.
2. Open an AliExpress product page.
3. Click on the download buttons.

▬▬▬▬▬ FEATURES ▬▬▬▬▬

FREE version:
- Download main product images, variations images and pictures from description
- Save images as ZIP (it’s useful to keep a clean download folder)
- Get the best quality image download.
- Support all features on AliExpress!
- Save time and download all images in single click.
- Open download directory after download
- Save product’s videos.

▬▬▬▬▬

Thank you.
After using this AliExplore tool, feel free to give us a 5 star rating!                    

확장 프로그램 기본 정보

이름 AliExplore | AliExpress Image Downloader AliExplore | AliExpress Image Downloader
ID hhnejkbilifegcpncclnckocdimclape
공식 URL https://chromewebstore.google.com/detail/aliexplore-aliexpress-ima/hhnejkbilifegcpncclnckocdimclape
설명 Downloads AliExpress product images and videos with single click.
파일 크기 613 KB
설치 횟수 610
현재 버전 5.7.3
최근 업데이트 2023-02-24
출시 날짜 2021-01-22
평점 5.00/5 총 81 개의 평점
개발자 Hellinex
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sites.google.com/view/privacy-policy-aliexpress/home
도움말 페이지 URL https://sites.google.com/view/privacy-policy-aliexpress/home
개인정보 보호 정책 페이지 URL https://www.alisuperplus.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AliExplore | AliExpress Image Downloader",
    "description": "Downloads AliExpress product images and videos with single click.",
    "version": "5.7.3",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": ".\/public\/icon_16.png",
        "48": ".\/public\/icon_48.png",
        "128": ".\/public\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/public\/icon_16.png",
            "48": ".\/public\/icon_48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*",
                "*:\/\/*.aliexpress.com\/store\/product\/*",
                "*:\/\/*.aliexpress.ru\/item\/*",
                "*:\/\/*.aliexpress.ru\/store\/product\/*"
            ],
            "run_at": "document_idle",
            "js": [
                ".\/productPage.min.js"
            ],
            "css": [
                ".\/css\/inject\/fontawesome.min.css",
                ".\/css\/inject\/styles.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ],
            "run_at": "document_idle",
            "css": [
                ".\/css\/inject\/fontawesome.min.css",
                ".\/css\/inject\/styles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            ".\/background.min.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.aliexpress.com\/",
        "*:\/\/*.aliexpress.ru\/",
        "*:\/\/*.alicdn.com\/",
        "*:\/\/cloud.video.taobao.com\/",
        "*:\/\/fedotech.com\/"
    ],
    "web_accessible_resources": [
        "public\/**\/*.png",
        "public\/**\/*.jpg",
        "public\/*.woff2"
    ]
}