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",
"name": "AliSave Ultra - Download AliExpress Images & Videos",
"version": "3.2",
"description": "Download Aliexpress Product Images,Videos & description. Download Instantly for Dropshipping Business",
"permissions": [
"webRequest",
"storage",
"downloads",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "src\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src\/jquery-3.5.1.min.js",
"src\/tesseract.min.js",
"src\/content.js",
"assets\/js\/content.js"
],
"css": [
"assets\/css\/app.css"
]
}
],
"options_page": "src\/options.html",
"action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_title": "AliExpress Dropship Tool",
"default_popup": "src\/popup.html"
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"models\/*, images\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/music.yandex.ru\/;"
},
"manifest_version": 3
}