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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        [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
عنوان صفحة المساعدة https://sites.google.com/view/presci-lia-team-policy/policy
عنوان صفحة سياسة الخصوصية 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": [
        ""
    ]
}