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": "AliEx Review Exporter | Ecomstal",
"version": "3.0.2",
"description": "Export AliExpress Product Reviews with Simple Clicks by Ecomstal.com",
"author": "Ecomstal",
"host_permissions": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.us\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "AliEx Review Scraper ",
"default_icons": {
"32": "images\/aliexpress_icon.png",
"48": "images\/aliexpress_icon.png",
"128": "images\/aliexpress_icon.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.us\/*"
],
"js": [
"main.js"
],
"css": [
"assets\/bootstrap\/dist\/css\/bootstrap.min.css"
],
"run_at": "document_end",
"resources": [
"images\/*"
]
}
],
"icons": {
"32": "images\/aliexpress_icon.png",
"48": "images\/aliexpress_icon.png",
"128": "images\/aliexpress_icon.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.us\/*"
]
}
],
"manifest_version": 3
}