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
Eメール [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": [
        ""
    ]
}