Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Free AliExpress tool for Dropshipping and Shopping. Quick View price history,similr product,review,Shipping Fee,Delivary Time.",
"version": "1.1.4",
"manifest_version": 3,
"name": "Ali Helper - AliExpress Product Research Tool",
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"background": {
"service_worker": "background.bundle.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.aliexpress.com\/item\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
],
"run_at": "document_end"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png"
],
"matches": []
}
],
"permissions": [
"storage",
"unlimitedStorage",
"downloads"
]
}