WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
AliExpress Scraper: Export Search, Products, Sellers & more

AliExpress Scraper: Export Search, Products, Sellers & more

View on Chrome Web Store
5.0 (1 ratings)
1 new ratings
0 views
0 downloads

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Scrape Listings, Details, Reviews, and more from AliExpress, with options to export in formats such as CSV, Excel, JSON, and others.
Type
Extension
Users
85 users
6
Website nifty.codes
nifty.codes
Published
Version 1.4.1
Manifest version
3
Updated
productivity/tools
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AliExpress Scraper: Export Search, Products, Sellers & more",
    "version": "1.4.1",
    "description": "Scrape Listings, Details, Reviews, and more from AliExpress, with options to export in formats such as CSV, Excel, JSON, and others.",
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.us\/*"
            ],
            "js": [
                "content.js",
                "config.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fetchOverride.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.us\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.