AliSave - Download AliExpress Images & Videos

Downloads AliExpress product description, images and videos with one click.

AliSave - Download AliExpress Images & Videos là gì?

AliSave - Download AliExpress Images & Videos là một tiện ích mở rộng Chrome được phát triển bởi alisave.info, và tính năng chính của nó là "Downloads AliExpress product description, images and videos with one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AliSave - Download AliExpress Images & Videos

Tải xuống các tệp mở rộng AliSave - Download AliExpress Images & Videos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        AliSave downloader able to download product description, images and videos in ONE click with the best quality possible! It is a 100% free extension.

"AliSave - Download AliExpress Images & Videos" google chrome extension add new features to your browser. This AliSave allows you to save images and videos, description from AliExpress directly to your computer. Its super simple to use.

Look, we know that eCommerce business owners “wear a lot of hats”, when it comes to daily administrative work to keep their shop running. It’s important to find tools that help to make tedious and time-consuming tasks easier, so you can focus on growing your business.

GETTING STARTED:
1. Install the Extension: Click "Add to chrome" button.
2. Open an AliExpress product page.
3. Press the download button to download all the images and videos, description from the page

That’s it!

Feel free to play with this tools and explore with it.

Thank you.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AliSave - Download AliExpress Images & Videos AliSave - Download AliExpress Images & Videos
ID kcjlgfhgoihccjhldnglmeeedfoopihm
URL Chính Thức https://chromewebstore.google.com/detail/alisave-download-aliexpre/kcjlgfhgoihccjhldnglmeeedfoopihm
Mô tả Downloads AliExpress product description, images and videos with one click.
Kích Thước Tệp 150 KB
Số Lần Cài Đặt 8,285
Phiên Bản Hiện Tại 3.2.6
Cập Nhật Lần Cuối 2023-11-02
Ngày Phát Hành 2023-03-16
Đánh Giá 4.64/5 Tổng số 11 Đánh Giá
Nhà Phát Triển alisave.info
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.alisave.info
URL Trang Trợ Giúp https://www.alisave.info
URL Trang Chính Sách Bảo Mật https://www.alisave.info/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AliSave - Download AliExpress Images & Videos",
    "version": "3.2.6",
    "description": "Downloads AliExpress product description, images and videos with one click.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Exte",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "downloads",
        "tabs",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/item\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}