AliExpress Video Finder

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

AliExpress Video Finderคืออะไร?

AliExpress Video Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย E-Media และคุณลักษณะหลักของมันคือ "This tool find AliExpress products that have videos with 1-click!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliExpress Video Finder

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
        ""
    ]
}