AliExpress Video Finder

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

Qu'est-ce que AliExpress Video Finder ?

AliExpress Video Finder est une extension Chrome développée par E-Media, et sa fonction principale est "This tool find AliExpress products that have videos with 1-click!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AliExpress Video Finder

Téléchargez les fichiers d'extension AliExpress Video Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom AliExpress Video Finder AliExpress Video Finder
ID ploehphknlmjhdfmcpeldknpgclomgpn
URL Officiel https://chromewebstore.google.com/detail/aliexpress-video-finder/ploehphknlmjhdfmcpeldknpgclomgpn
Description This tool find AliExpress products that have videos with 1-click!
Taille du Fichier 200 KB
Nombre d'Installations 1,864
Version Actuelle 1.0.8
Dernière Mise à Jour 2023-10-17
Date de Publication 2022-03-05
Évaluation 4.00/5 Total 4 Évaluations
Développeur E-Media
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://sites.google.com/view/presci-lia-team-policy/policy
URL de la Page de Politique de Confidentialité https://sites.google.com/view/shopee-save/policy
Langues Prises en Charge 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": [
        ""
    ]
}