Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Ali Hunter - AliExpress Dropship",
"version": "3.1.6",
"description": "Download aliexpress images & videos,Click on exttension icon and get Quick menu for search and filter product, Search By Image",
"background": {
"service_worker": "background.js"
},
"permissions": [
"webRequest",
"downloads"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"assets\/css\/app.css"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
},
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
}