AliExpress Batch Scraper

products scrap collect Tool for Aliexpress,taobao,yahoo etc

什么是AliExpress Batch Scraper?

AliExpress Batch Scraper是由https://wangbo1086.wixsite.com/scraper开发的Chrome扩展程序,该扩展的主要功能是“products scrap collect Tool for Aliexpress,taobao,yahoo etc”。

扩展截图

screenshot

下载AliExpress Batch Scraper扩展crx文件

下载AliExpress Batch Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        products scrap collect Tool for Aliexpress,taobao,yahoo etc                    

扩展基本信息

名称 AliExpress Batch Scraper AliExpress Batch Scraper
ID achpmbllimammnnpnpodbfkgijdjafpj
官方URL https://chromewebstore.google.com/detail/aliexpress-batch-scraper/achpmbllimammnnpnpodbfkgijdjafpj
简介 products scrap collect Tool for Aliexpress,taobao,yahoo etc
文件大小 889 KB
安装次数 44
当前版本 3.6
更新时间 2023-11-03
上架时间 2020-01-11
评分 5.00/5 共1次评分
开发者 https://wangbo1086.wixsite.com/scraper
电子邮箱 [email protected]
付费类型 free
扩展官网 https://wangbo1086.wixsite.com/scraper
帮助页面URL https://wangbo1086.wixsite.com/scraper/forum/aliexpress-scraper
隐私政策页面URL https://scraper.tokyo/ebay/privacy-policy
支持的语言 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"
}