AliSave | Download AliExpress Images & Videos

Save Aliexpress Images & Videos. The most popular tool for AliExpress & Alibaba!

AliSave | Download AliExpress Images & Videosคืออะไร?

AliSave | Download AliExpress Images & Videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alisave.app และคุณลักษณะหลักของมันคือ "Save Aliexpress Images & Videos. The most popular tool for AliExpress & Alibaba!"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliSave | Download AliExpress Images & Videos

ดาวน์โหลดไฟล์ส่วนขยาย AliSave | Download AliExpress Images & Videos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension allows you to easily save AliExpress images and videos to your computer.
You will be able to download product images in one click with the best quality possible!

AliSave is free, give it a try!

▬▬▬▬ 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 next to the product images.

You can also the app window by clicking on the icon on the top right of your browser and start downloading!

▬▬▬▬▬ 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
- Convert webp images to jpg

PRO version:
- Support all features on AliExpress AND Alibaba!
- Save time and download ALL images in one click
- Organise downloads with subdirectories
- Open download directory after download
- Remove images metadatas
- Right click to download images with the BEST QUALITY possible
- Right click to download REVIEW images
- Save product’s VIDEOS

▬▬▬▬▬ NEED HELP? ▬▬▬▬▬

If you have any questions, or suggestions to improve the app, please let us know at [email protected]!

▬▬▬▬ DISCLAIMER ▬▬▬▬▬

The extension is NOT affiliated with or endorsed by Alibaba Group or any of the other marketplaces like aliexpress.com and alibaba.com                    

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

ชื่อ AliSave | Download AliExpress Images & Videos AliSave | Download AliExpress Images & Videos
ID nbhfcmbdimdbbclfngkjfmgmjhnkjocl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alisave-download-aliexpre/nbhfcmbdimdbbclfngkjfmgmjhnkjocl
คำอธิบาย Save Aliexpress Images & Videos. The most popular tool for AliExpress & Alibaba!
ขนาดไฟล์ 340 KB
จำนวนการติดตั้ง 163,221
เวอร์ชันปัจจุบัน 4.0.19
อัปเดตครั้งล่าสุด 2024-01-08
วันที่เผยแพร่ 2020-02-13
คะแนน 4.17/5 รวมทั้งหมด 331 คะแนน
ผู้พัฒนา https://alisave.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.alisave.app
URL หน้าช่วยเหลือ https://www.alisave.app/privacy
URL หน้านโยบายความเป็นส่วนตัว https://mxnpro.ovh/privacy
ภาษาที่รองรับ en,fr,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "AliSave",
    "version": "4.0.19",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "public\/icons\/icon-16.png",
        "48": "public\/icons\/icon-48.png",
        "96": "public\/icons\/icon-96.png",
        "128": "public\/icons\/icon-128.png"
    },
    "content_security_policy": {
        "extensions_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*.alicdn.com\/*",
        "*:\/\/*.aliexpress.us\/*",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*",
        "*:\/\/*.aliexpress-media.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/account.alisave.app\/*"
            ],
            "js": [
                "account.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.us\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ],
            "js": [
                "front-vendors.js",
                "aliExpressMedias.js",
                "contentButtons.js",
                "contentApp.js",
                "contentModal.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.alibaba.com\/*"
            ],
            "js": [
                "front-vendors.js",
                "alibabaMedias.js",
                "contentButtons.js",
                "contentApp.js",
                "contentModal.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/public\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}