AliExpress Video Finder

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

Co je AliExpress Video Finder?

AliExpress Video Finder je rozšíření Chrome vyvinuté E-Media, a jeho hlavní funkcí je „This tool find AliExpress products that have videos with 1-click!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AliExpress Video Finder

Stáhněte si soubory rozšíření AliExpress Video Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        [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!                    

Základní Informace o Rozšíření

Název AliExpress Video Finder AliExpress Video Finder
ID ploehphknlmjhdfmcpeldknpgclomgpn
Oficiální URL https://chromewebstore.google.com/detail/aliexpress-video-finder/ploehphknlmjhdfmcpeldknpgclomgpn
Popis This tool find AliExpress products that have videos with 1-click!
Velikost souboru 200 KB
Počet instalací 1,864
Aktuální Verze 1.0.8
Poslední Aktualizace 2023-10-17
Datum Vydání 2022-03-05
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář E-Media
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://sites.google.com/view/presci-lia-team-policy/policy
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/shopee-save/policy
Podporované Jazyky 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": [
        ""
    ]
}