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": "Ali Hunter - Aliexpress Product Tracker", "version": "5.3.9", "description": "Download aliexpress images & videos in one click and a quick menu of aliexpress including search,search similar cheap product", "author": "Infinity Tech", "permissions": [ "contextMenus", "webRequest", "storage", "downloads", "tabs" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "src\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*", "*:\/\/*.aliexpress.us\/*" ], "js": [ "extra.js" ] }, { "matches": [ "<all_urls>" ], "js": [ "src\/jquery-3.5.1.min.js", "src\/content.js", "assets\/js\/content.js", "contentScript.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 }