Data Scrapper

This extension will Scrape Asins from Amazon Search Results & StoreFront.

什么是Data Scrapper?

Data Scrapper是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension will Scrape Asins from Amazon Search Results & StoreFront.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Data Scrapper扩展crx文件

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

扩展使用说明

                        Extension for Google Chrome ™ that allows the extraction of information from Web Pages.
Data Scrapper is an extension developed by NerdzPlanet Team for Google Chrome ™ that allows the extraction of information.                    

扩展基本信息

名称 Data Scrapper Data Scrapper
ID jlipjjlbnogejmanaplfhbacgbgcdopg
官方URL https://chromewebstore.google.com/detail/data-scrapper/jlipjjlbnogejmanaplfhbacgbgcdopg
简介 This extension will Scrape Asins from Amazon Search Results & StoreFront.
文件大小 248 KB
安装次数 364
当前版本 1.5.1
更新时间 2020-05-06
上架时间 2020-05-06
评分 1.00/5 共1次评分
开发者 Unknown
付费类型 free
扩展官网 http://mydatascraper.com/
帮助页面URL http://mydatascraper.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Data Scrapper",
    "version": "1.5.1",
    "description": "This extension will Scrape Asins from Amazon Search Results & StoreFront.",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/mydatascraper.com\/functions\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    }
}