AliMedia | AliExpress image/video download
Download product images and videos from AliExpress and AliBaba.
What is AliMedia | AliExpress image/video download?
AliMedia | AliExpress image/video download is a Chrome extension developed by b.collette0023, and its main feature is "Download product images and videos from AliExpress and AliBaba.".
Extension Screenshots
Download AliMedia | AliExpress image/video download Extension CRX File
Download AliMedia | AliExpress image/video download extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | AliMedia | AliExpress image/video download |
ID | mecmjepeibkhgpmohknknmfggoimnaam |
Official URL | https://chromewebstore.google.com/detail/alimedia-aliexpress-image/mecmjepeibkhgpmohknknmfggoimnaam |
Description | Download product images and videos from AliExpress and AliBaba. |
File Size | 508 KB |
Installation Count | 80,579 |
Current Version | 2.8.9 |
Last Updated | 2023-11-09 |
Publish Date | 2020-09-20 |
Rating | 3.89/5 Total 27 Ratings |
Developer | b.collette0023 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://optima6.com/privacy-policy.html |
Supported Languages | 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" ] } |