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",
"manifest_version": 3,
"name": "AliHunter - AliExpress Dropship (Promer)",
"version": "3.2.0.10",
"default_locale": "en",
"description": "Effortlessly track and analyze AliExpress products and Shopify stores to gain decisive insights.",
"author": "[email protected]",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"externally_connectable": {
"matches": [
"https:\/\/*.alitools.io\/*",
"https:\/\/*.aliexpress.com\/*",
"https:\/\/*.alihunter.io\/*",
"https:\/\/*.aliorders.io\/*",
"https:\/\/*.zopi.io\/*"
]
},
"background": {
"service_worker": "assets\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"assets\/js\/vendors.js",
"assets\/js\/content_script.js"
],
"css": [
"assets\/css\/content_script.css"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'https:\/\/*.aliexpress.com\/*' 'https:\/\/*.aliexpress.us\/*' 'https:\/\/www.googletagmanager.com\/*'; child-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"assets\/images\/*.png",
"assets\/svg\/*.svg",
"assets\/data_json\/*.json"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"scripting",
"notifications",
"webRequest",
"webNavigation",
"cookies"
],
"optional_permissions": [
"downloads"
],
"host_permissions": [
"*:\/\/*.aliexpress.com\/*",
"https:\/\/*.alitools.io\/*",
"https:\/\/*.alihunter.io\/*",
"https:\/\/*.zopi.io\/*"
],
"optional_host_permissions": [
"<all_urls>"
]
}