Ali Express Content Scrapper
Scrapping content of websites
什么是Ali Express Content Scrapper?
Ali Express Content Scrapper是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Scrapping content of websites”。
扩展截图
下载Ali Express Content Scrapper扩展crx文件
下载Ali Express Content Scrapper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        This is AliExpress products scraper.
You need to install related scraper installer on your machine.
Output file will be generated on your desktop inside "AliExpress Data Files"                     扩展基本信息
| 名称 |   |  
| ID | emieicecjgepgnmegendmlhhphoofcdc | 
| 官方URL | https://chromewebstore.google.com/detail/ali-express-content-scrap/emieicecjgepgnmegendmlhhphoofcdc | 
| 简介 | Scrapping content of websites | 
| 文件大小 | 418 KB | 
| 安装次数 | 280 | 
| 当前版本 | 2.2 | 
| 更新时间 | 2019-02-01 | 
| 上架时间 | 2019-02-01 | 
| 评分 | 4.50/5 共2次评分 | 
| 开发者 | Unknown | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ali Express Content Scrapper",
    "description": "Scrapping content of websites",
    "version": "2.2",
    "permissions": [
        "tabs",
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/aliexpress.png",
        "default_title": "Scrapping Content:",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}  |  |