AliExpress Video Finder

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

AliExpress Video Finder क्या है?

AliExpress Video Finder E-Media द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This tool find AliExpress products that have videos with 1-click!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AliExpress Video Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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": [
        ""
    ]
}