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",
"description": "FREE AliExpress product importer to automate dropshipping. Better alternative to Oberlo. Integrates with Shopify, Wix, Wordpress,etc",
"version": "1.2.17",
"name": "AliScraper - Aliexpress Dropshipping Importer",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_icon": "turnedOff.png",
"default_popup": "popup.html",
"default_title": "AliScraper - Aliexpress Dropshipping Importer"
},
"icons": {
"128": "turnedOn.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.aliexpress.com\/*",
"https:\/\/*.aliexpress.us\/*",
"https:\/\/*.aliscraper.com\/*",
"https:\/\/*.oberlo.com\/*",
"https:\/\/*.spocket.co\/*",
"https:\/\/*.dsers.com\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
],
"run_at": "document_end"
}
],
"permissions": [
"tabs",
"storage",
"contextMenus"
],
"host_permissions": [
"https:\/\/*.aliexpress.com\/",
"https:\/\/*.aliexpress.us\/",
"https:\/\/*.aliscraper.com\/",
"https:\/\/*.oberlo.com\/",
"https:\/\/*.spocket.co\/",
"https:\/\/*.dsers.com\/"
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"AvenirLTStd-Book.otf",
"Avenir-Roman.otf",
"Avenir-Heavy-05.otf",
"popup.html",
"combined-shape-copy-4.svg",
"shape.svg",
"icon-check.svg",
"icon-close.svg",
"add-to-cart-draw.svg",
"icon-x.svg",
"circle-tick-major.svg",
"icon-error.svg",
"illu-error.svg",
"f.svg",
"g.svg",
"back.svg",
"logo.svg",
"illu-i-ciricle.svg",
"successful-purchase-draw.svg",
"support.svg",
"illu-empty-cart.svg",
"annotation-draw.svg",
"icon-info.svg",
"powered_by.svg",
"notice.svg",
"icon-adding.svg",
"yellow-star.svg",
"star.svg",
"play-icon.svg"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"manifest_version": 3
}