AliDownloader Plus | Get AliExpress images

Download product images for your ecommerce.

AliDownloader Plus | Get AliExpress images란 무엇입니까?

AliDownloader Plus | Get AliExpress images은(는) https://alidownloader.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download product images for your ecommerce."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

AliDownloader Plus | Get AliExpress images 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Download AliExpress images and videos. 

Get all the images of the product. Main, variant, description, feedback images.

- Download all images and videos directly from category page without going to product page
- Import links or make download list of products, and get all the images on one click                    

확장 프로그램 기본 정보

이름 AliDownloader Plus | Get AliExpress images AliDownloader Plus | Get AliExpress images
ID dmpilgggihplnobnhaleacokpfmcnahm
공식 URL https://chromewebstore.google.com/detail/alidownloader-plus-get-al/dmpilgggihplnobnhaleacokpfmcnahm
설명 Download product images for your ecommerce.
파일 크기 1.07 MB
설치 횟수 5,538
현재 버전 1.5
최근 업데이트 2023-08-26
출시 날짜 2022-03-01
평점 4.60/5 총 5 개의 평점
개발자 https://alidownloader.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.toriox.dev/privacy-policy.php
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliDownloader Plus | Get AliExpress images",
    "version": "1.5",
    "manifest_version": 3,
    "description": "Download product images for your ecommerce.",
    "author": "Mladen Markovic",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/assets\/logo\/icon16.png",
        "32": ".\/assets\/logo\/icon32.png",
        "48": ".\/assets\/logo\/icon48.png",
        "64": ".\/assets\/logo\/icon64.png",
        "128": ".\/assets\/logo\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_title": "AliDownloader Plus",
        "default_icon": ".\/assets\/logo\/icon128.png",
        "default_popup": "popup.html",
        "scripts": "popup.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "js": [
                ".\/vendor\/jquery.min.js",
                ".\/constants\/common.js",
                ".\/components\/extra.js",
                ".\/utils\/storage.js",
                ".\/utils\/formatters.js",
                ".\/utils\/requests.js",
                ".\/components\/modal.js",
                ".\/services\/scrape.js",
                ".\/utils\/ui.js",
                ".\/utils\/getters.js",
                ".\/content\/aliexpress.js",
                ".\/content\/plus.js"
            ],
            "css": [
                ".\/assets\/css\/custom.css"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.us\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "modify",
                "enabled": true,
                "path": "declarativeRules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/*.png",
                "\/*.gif",
                "\/logo\/*",
                "\/options.html",
                ".\/popup.html",
                ".\/vendor\/*",
                ".\/components\/*"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.us\/*"
            ]
        }
    ],
    "permissions": [
        "downloads",
        "tabs",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.alicdn.com\/*",
        "*:\/\/cloud.video.taobao.com\/*",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.alidownloader.com\/*",
        "*:\/\/*.aliexpress.ru\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*.aliexpress.us\/*"
    ]
}