AliMedia | AliExpress image/video download
Download product images and videos from AliExpress and AliBaba.
Hvad er AliMedia | AliExpress image/video download?
AliMedia | AliExpress image/video download er en Chrome-udvidelse udviklet af b.collette0023, og dens hovedfunktion er "Download product images and videos from AliExpress and AliBaba.".
Udvidelsesskærmbilleder
Download AliMedia | AliExpress image/video download-udvidelses-CRX-fil
Download AliMedia | AliExpress image/video download-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | AliMedia | AliExpress image/video download |
ID | mecmjepeibkhgpmohknknmfggoimnaam |
Officiel URL | https://chromewebstore.google.com/detail/alimedia-aliexpress-image/mecmjepeibkhgpmohknknmfggoimnaam |
Beskrivelse | Download product images and videos from AliExpress and AliBaba. |
Filstørrelse | 508 KB |
Antal Installationer | 80,579 |
Nuværende Version | 2.8.9 |
Senest Opdateret | 2023-11-09 |
Udgivelsesdato | 2020-09-20 |
Bedømmelse | 3.89/5 Samlet 27 Bedømmelser |
Udvikler | b.collette0023 |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | http://optima6.com/privacy-policy.html |
Understøttede Sprog | 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" ] } |