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
官方網址 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": [
        ""
    ]
}