Aliexpress images & description Downloader

DropshipMeta - Download Aliexpress product images & description with one click

Qu'est-ce que Aliexpress images & description Downloader ?

Aliexpress images & description Downloader est une extension Chrome développée par DropshipMeta 2, et sa fonction principale est "DropshipMeta - Download Aliexpress product images & description with one click".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Aliexpress images & description Downloader

Téléchargez les fichiers d'extension Aliexpress images & description Downloader 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

                        With this extension you can download :
- Product images
- product variation images
- description images
- html description
all this with one click !!!
By DropshipMeta                    

Informations de Base sur l'Extension

Nom Aliexpress images & description Downloader Aliexpress images & description Downloader
ID mfbonfheoldfhbampfegagdmibpbihpd
URL Officiel https://chromewebstore.google.com/detail/aliexpress-images-descrip/mfbonfheoldfhbampfegagdmibpbihpd
Description DropshipMeta - Download Aliexpress product images & description with one click
Taille du Fichier 49.2 KB
Nombre d'Installations 3,015
Version Actuelle 0.1.0
Dernière Mise à Jour 2023-03-24
Date de Publication 2019-07-11
Évaluation 4.35/5 Total 34 Évaluations
Développeur DropshipMeta 2
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.DropshipMeta.com
URL de la Page d'Aide https://www.DropshipMeta.com
URL de la Page de Politique de Confidentialité https://dropshipmeta.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "js\/domTask.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*",
                "*:\/\/*.aliexpress.us\/item\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "DropshipMeta - Download Aliexpress product images & description with one click",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkzj3MUHg0w4AnB75OSku\/r+K8ClGAvVN4Z\/JwTmgHbW8WmofHeJXYtC37DsJfeKDYzdk34sIAd45GZCofspVY2+mq9bbokrN30zs0TeR+R2GI4k0DCLqWD+6ExyLdWEESIk74d0E0vORWH4G3my9Gy1ZSmHt7Ocm3MDK+PJ8XfzBBhYC4JGZBMkMPWnH2j46S3leRRJsmU1HfRc+OktoctSmG6XjBpIw0b0ZKR4QLQUmSgRBYoD7eXRQEWrRfVV2GkuUYPvesfqk3wEEMUGDcBzbr3098QeTMvDfPXieZz8TUsvVKWK\/Ek4U\/qatY4XMANKlbUXwsGtsgy\/k\/IbRuQIDAQAB",
    "manifest_version": 3,
    "name": "Aliexpress images & description Downloader",
    "permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.us\/*",
        "downloads",
        "tabs"
    ],
    "short_name": "Aliexpress images & description Downloader",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.0"
}