AliExpress Batch Scraper

products scrap collect Tool for Aliexpress,taobao,yahoo etc

What is AliExpress Batch Scraper?

AliExpress Batch Scraper is a Chrome extension developed by https://wangbo1086.wixsite.com/scraper, and its main feature is "products scrap collect Tool for Aliexpress,taobao,yahoo etc".

Extension Screenshots

screenshot

Download AliExpress Batch Scraper Extension CRX File

Download AliExpress Batch Scraper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        products scrap collect Tool for Aliexpress,taobao,yahoo etc                    

Extension Basic Information

Name AliExpress Batch Scraper AliExpress Batch Scraper
ID achpmbllimammnnpnpodbfkgijdjafpj
Official URL https://chromewebstore.google.com/detail/aliexpress-batch-scraper/achpmbllimammnnpnpodbfkgijdjafpj
Description products scrap collect Tool for Aliexpress,taobao,yahoo etc
File Size 889 KB
Installation Count 44
Current Version 3.6
Last Updated 2023-11-03
Publish Date 2020-01-11
Rating 5.00/5 Total 1 Ratings
Developer https://wangbo1086.wixsite.com/scraper
Email [email protected]
Payment Type free
Extension Website https://wangbo1086.wixsite.com/scraper
Help Page URL https://wangbo1086.wixsite.com/scraper/forum/aliexpress-scraper
Privacy Policy Page URL https://scraper.tokyo/ebay/privacy-policy
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliExpress Batch Scraper",
    "short_name": "ABS",
    "description": "products scrap collect Tool for Aliexpress,taobao,yahoo etc",
    "version": "3.6",
    "minimum_chrome_version": "16.0.884",
    "permissions": [
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/*.banggood.com\/*",
        "https:\/\/*.taobao.com\/*",
        "https:\/\/*.tmall.com\/*",
        "storage",
        "https:\/\/scraper.tokyo\/*",
        "https:\/\/script.google.com\/*"
    ],
    "content_security_policy": "script-src 'self' object-src",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js",
            "jszip.js",
            "encoding.js",
            "FileSaver.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "chrome_style": true,
        "default_icon": "ImportCSVCapture128.png",
        "scripts": [
            "jszip.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "icons": {
        "16": "ImportCSVCapture16.png",
        "48": "ImportCSVCapture48.png",
        "128": "ImportCSVCapture128.png"
    },
    "manifest_version": 2,
    "default_locale": "en"
}