AliMedia | AliExpress image/video download

Download product images and videos from AliExpress and AliBaba.

Vad är AliMedia | AliExpress image/video download?

AliMedia | AliExpress image/video download är en Chrome-tillägg utvecklad av b.collette0023, och dess huvudfunktion är "Download product images and videos from AliExpress and AliBaba.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner AliMedia | AliExpress image/video download-förlängningens CRX-fil

Ladda ner AliMedia | AliExpress image/video download-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn AliMedia | AliExpress image/video download AliMedia | AliExpress image/video download
ID mecmjepeibkhgpmohknknmfggoimnaam
Officiell webbadress https://chromewebstore.google.com/detail/alimedia-aliexpress-image/mecmjepeibkhgpmohknknmfggoimnaam
Beskrivning Download product images and videos from AliExpress and AliBaba.
Filstorlek 508 KB
Antal Installationer 80,579
Aktuell Version 2.8.9
Senast Uppdaterad 2023-11-09
Publiceringsdatum 2020-09-20
Betyg 3.89/5 Totalt 27 Betyg
Utvecklare b.collette0023
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://optima6.com/privacy-policy.html
Stödda Språk 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"
    ]
}