AliExpress Video Finder

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

Was ist AliExpress Video Finder?

AliExpress Video Finder ist eine Chrome-Erweiterung, die von E-Media entwickelt wurde, und ihr Hauptmerkmal ist "This tool find AliExpress products that have videos with 1-click!".

Erweiterungsscreenshots

screenshot

AliExpress Video Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie AliExpress Video Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name AliExpress Video Finder AliExpress Video Finder
ID ploehphknlmjhdfmcpeldknpgclomgpn
Offizielle URL https://chromewebstore.google.com/detail/aliexpress-video-finder/ploehphknlmjhdfmcpeldknpgclomgpn
Beschreibung This tool find AliExpress products that have videos with 1-click!
Dateigröße 200 KB
Installationsanzahl 1,864
Aktuelle Version 1.0.8
Letztes Update 2023-10-17
Veröffentlichungsdatum 2022-03-05
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler E-Media
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://sites.google.com/view/presci-lia-team-policy/policy
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/shopee-save/policy
Unterstützte Sprachen 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": [
        ""
    ]
}