AliImage - AliExpress image & video download

Download product images and videos from AliExpress

AliImage - AliExpress image & video downloadคืออะไร?

AliImage - AliExpress image & video download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย a.kurtev.developer และคุณลักษณะหลักของมันคือ "Download product images and videos from AliExpress"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliImage - AliExpress image & video download

ดาวน์โหลดไฟล์ส่วนขยาย AliImage - AliExpress image & video download ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Easiest way to download AliExpress product images and videos to use them for your dropshipping business.

AliImage is a free extension that enables you to quickly get product main, variant, feedback and description images from AliExpress, including product videos! 
____________________________________________________________________________

1. Install the extension by clicking the “Add to chrome” button.

2. Open an AliExpress product page.

3. Click on the download buttons next to the product images or in popup menu on extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AliImage - AliExpress image & video download AliImage - AliExpress image & video download
ID cpohncmochodkablaoebadaefnjigldc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aliimage-aliexpress-image/cpohncmochodkablaoebadaefnjigldc
คำอธิบาย Download product images and videos from AliExpress
ขนาดไฟล์ 483 KB
จำนวนการติดตั้ง 507
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2021-02-22
วันที่เผยแพร่ 2021-02-22
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา a.kurtev.developer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliImage - AliExpress image & video download",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Download product images and videos from AliExpress",
    "author": "Asim Kurtev ",
    "background": {
        "scripts": [
            ".\/js\/jquery.min.js",
            ".\/js\/jszip-utils.min.js",
            ".\/components\/functionality.js",
            ".\/js\/jszip.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "32": ".\/icons\/icon.png",
        "48": ".\/icons\/icon.png",
        "16": ".\/icons\/icon.png",
        "64": ".\/icons\/icon.png",
        "128": ".\/icons\/icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "AliImage",
        "default_icon": ".\/icons\/icon.png",
        "default_popup": "popup.html",
        "scripts": "popup.js"
    },
    "content_scripts": [
        {
            "js": [
                ".\/js\/jquery.min.js",
                ".\/components\/plus.js",
                ".\/components\/functionality.js",
                ".\/components\/basic.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/*.png",
        "\/options.html",
        ".\/popup.html",
        ".\/components\/*"
    ],
    "permissions": [
        "*:\/\/*.alicdn.com\/*",
        "*:\/\/cloud.video.taobao.com\/*",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "tabs",
        "storage",
        "contextMenus"
    ]
}