AliExpress Video Finder

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

什么是AliExpress Video Finder?

AliExpress Video Finder是由E-Media开发的Chrome扩展程序,该扩展的主要功能是“This tool find AliExpress products that have videos with 1-click!”。

扩展截图

screenshot

下载AliExpress Video Finder扩展crx文件

下载AliExpress Video Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        [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!                    

扩展基本信息

名称 AliExpress Video Finder AliExpress Video Finder
ID ploehphknlmjhdfmcpeldknpgclomgpn
官方URL https://chromewebstore.google.com/detail/aliexpress-video-finder/ploehphknlmjhdfmcpeldknpgclomgpn
简介 This tool find AliExpress products that have videos with 1-click!
文件大小 200 KB
安装次数 1,864
当前版本 1.0.8
更新时间 2023-10-17
上架时间 2022-03-05
评分 4.00/5 共4次评分
开发者 E-Media
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://sites.google.com/view/presci-lia-team-policy/policy
隐私政策页面URL https://sites.google.com/view/shopee-save/policy
支持的语言 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": [
        ""
    ]
}