AliMedia | AliExpress image/video download

Download product images and videos from AliExpress and AliBaba.

Wat is AliMedia | AliExpress image/video download?

AliMedia | AliExpress image/video download is een Chrome-extensie ontwikkeld door b.collette0023, en de belangrijkste functie is "Download product images and videos from AliExpress and AliBaba.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie AliMedia | AliExpress image/video download

Download AliMedia | AliExpress image/video download-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AliMedia | AliExpress image/video download AliMedia | AliExpress image/video download
ID mecmjepeibkhgpmohknknmfggoimnaam
Officiële URL https://chromewebstore.google.com/detail/alimedia-aliexpress-image/mecmjepeibkhgpmohknknmfggoimnaam
Beschrijving Download product images and videos from AliExpress and AliBaba.
Bestandsgrootte 508 KB
Aantal Installaties 80,579
Huidige Versie 2.8.9
Laatst Bijgewerkt 2023-11-09
Publicatiedatum 2020-09-20
Beoordeling 3.89/5 Totaal 27 Beoordelingen
Ontwikkelaar b.collette0023
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://optima6.com/privacy-policy.html
Ondersteunde Talen 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"
    ]
}