AliExpress Video Finder

This tool find AliExpress products that have videos with 1-click!

AliExpress Video Finder là gì?

AliExpress Video Finder là một tiện ích mở rộng Chrome được phát triển bởi E-Media, và tính năng chính của nó là "This tool find AliExpress products that have videos with 1-click!".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AliExpress Video Finder

Tải xuống các tệp mở rộng AliExpress Video Finder 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

                        [FEATURES]
- Video Identifications

[HOW TO USE?]
1. Browser action icon (to the right of the address bar) turn on "Enable Video Identifications".
2. Go to the category/search page on AliExpress.com
3. Mouse scroll down slowly, the tool will display the status icon looking for video.

Super easy to use! If you have any problems, issues, or questions, feel free to contact us at [email protected] ! Enjoy!                    

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

Tên AliExpress Video Finder AliExpress Video Finder
ID ploehphknlmjhdfmcpeldknpgclomgpn
URL Chính Thức https://chromewebstore.google.com/detail/aliexpress-video-finder/ploehphknlmjhdfmcpeldknpgclomgpn
Mô tả This tool find AliExpress products that have videos with 1-click!
Kích Thước Tệp 200 KB
Số Lần Cài Đặt 1,864
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2023-10-17
Ngày Phát Hành 2022-03-05
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển E-Media
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://sites.google.com/view/presci-lia-team-policy/policy
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/shopee-save/policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AliExpress Video Finder",
    "version": "1.0.8",
    "default_locale": "en",
    "description": "This tool find AliExpress products that have videos with 1-click!",
    "author": "E-Media",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/vendors.js",
                "assets\/js\/content_scripts.js"
            ],
            "css": [
                "assets\/css\/app.css"
            ]
        }
    ],
    "action": {
        "default_title": "AliExpress Video Finder",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "webRequest",
        "storage",
        "downloads"
    ],
    "host_permissions": [
        ""
    ]
}