AliMedia | AliExpress image/video download

Download product images and videos from AliExpress and AliBaba.

Was ist AliMedia | AliExpress image/video download?

AliMedia | AliExpress image/video download ist eine Chrome-Erweiterung, die von b.collette0023 entwickelt wurde, und ihr Hauptmerkmal ist "Download product images and videos from AliExpress and AliBaba.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

AliMedia | AliExpress image/video download-Erweiterungs-CRX-Datei herunterladen

Laden Sie AliMedia | AliExpress image/video download-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

                        Free tool for downloading images and videos from AliExpress and AliBaba. 

You will see the buttons for download on AliExpress (AliBaba) product pages or in popup menu on extension.                    

Grundlegende Informationen zur Erweiterung

Name AliMedia | AliExpress image/video download AliMedia | AliExpress image/video download
ID mecmjepeibkhgpmohknknmfggoimnaam
Offizielle URL https://chromewebstore.google.com/detail/alimedia-aliexpress-image/mecmjepeibkhgpmohknknmfggoimnaam
Beschreibung Download product images and videos from AliExpress and AliBaba.
Dateigröße 508 KB
Installationsanzahl 80,579
Aktuelle Version 2.8.9
Letztes Update 2023-11-09
Veröffentlichungsdatum 2020-09-20
Bewertung 3.89/5 Insgesamt 27 Bewertungen
Entwickler b.collette0023
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://optima6.com/privacy-policy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliMedia | AliExpress image\/video download",
    "version": "2.8.9",
    "manifest_version": 2,
    "description": "Download product images and videos from AliExpress and AliBaba.",
    "author": "Bruce Collette",
    "background": {
        "scripts": [
            ".\/vendor\/jquery.min.js",
            ".\/vendor\/jszip-utils\/jszip-utils.min.js",
            ".\/vendor\/jszip\/jszip.min.js",
            ".\/utils\/formatters.js",
            ".\/utils\/requests.js",
            ".\/utils\/storage.js",
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": ".\/assets\/logo\/icon16.png",
        "32": ".\/assets\/logo\/icon32.png",
        "48": ".\/assets\/logo\/icon48.png",
        "64": ".\/assets\/logo\/icon64.png",
        "128": ".\/assets\/logo\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "AliMedia",
        "default_icon": ".\/assets\/logo\/icon128.png",
        "default_popup": "popup.html",
        "scripts": "popup.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "js": [
                ".\/vendor\/jquery.min.js",
                ".\/constants\/common.js",
                ".\/components\/extra.js",
                ".\/utils\/ui.js",
                ".\/utils\/formatters.js",
                ".\/utils\/getters.js",
                ".\/content\/aliexpress.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.us\/*"
            ]
        },
        {
            "js": [
                ".\/vendor\/jquery.min.js",
                ".\/constants\/common.js",
                ".\/utils\/ui.js",
                ".\/utils\/formatters.js",
                ".\/utils\/getters.js",
                ".\/content\/alibaba.js"
            ],
            "matches": [
                "*:\/\/*.alibaba.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/*.png",
        "\/options.html",
        ".\/popup.html",
        ".\/vendor\/*",
        ".\/components\/*"
    ],
    "optional_permissions": [
        "*:\/\/*.aliexpress.us\/*"
    ],
    "permissions": [
        "*:\/\/*.alicdn.com\/*",
        "*:\/\/cloud.video.taobao.com\/*",
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.alibaba.com\/*",
        "*:\/\/*.aliexpress.ru\/*",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "tabs",
        "storage",
        "contextMenus"
    ]
}