AliExpress Video Finder

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

Vad är AliExpress Video Finder?

AliExpress Video Finder är en Chrome-tillägg utvecklad av E-Media, och dess huvudfunktion är "This tool find AliExpress products that have videos with 1-click!".

Tilläggsskärmbilder

screenshot

Ladda ner AliExpress Video Finder-förlängningens CRX-fil

Ladda ner AliExpress Video Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn AliExpress Video Finder AliExpress Video Finder
ID ploehphknlmjhdfmcpeldknpgclomgpn
Officiell webbadress https://chromewebstore.google.com/detail/aliexpress-video-finder/ploehphknlmjhdfmcpeldknpgclomgpn
Beskrivning This tool find AliExpress products that have videos with 1-click!
Filstorlek 200 KB
Antal Installationer 1,864
Aktuell Version 1.0.8
Senast Uppdaterad 2023-10-17
Publiceringsdatum 2022-03-05
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare E-Media
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://sites.google.com/view/presci-lia-team-policy/policy
URL till Sekretesspolicy Sidan https://sites.google.com/view/shopee-save/policy
Stödda Språk 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": [
        ""
    ]
}