Scrape All

Scrape all web data mapping extension.

什么是Scrape All?

Scrape All是由https://scrapeall.io开发的Chrome扩展程序,该扩展的主要功能是“Scrape all web data mapping extension.”。

扩展截图

screenshot

下载Scrape All扩展crx文件

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

扩展使用说明

                        Web data scraping was never more simple. Map desired site data position with ScrapeAll chrome web browser extension and start data recovery automation using our customizable scraping solution.

Read more about our automated web data scraping solution on https://scrapeall.io and get started for free.                    

扩展基本信息

名称 Scrape All Scrape All
ID niameellfhaeibjoeamhnojpfenglead
官方URL https://chromewebstore.google.com/detail/scrape-all/niameellfhaeibjoeamhnojpfenglead
简介 Scrape all web data mapping extension.
文件大小 773 KB
安装次数 302
当前版本 0.2
更新时间 2021-04-18
上架时间 2021-03-31
评分 5.00/5 共1次评分
开发者 https://scrapeall.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://scrapeall.io
帮助页面URL https://scrapeall.io/submit-ticket/
隐私政策页面URL https://vamsy.tech/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrape All",
    "description": "Scrape all web data mapping extension.",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/localhost\/*",
                "http:\/\/localhost\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/*.scrapeall.io\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/youtube.com\/*",
                "https:\/\/ant.design\/*"
            ],
            "matches": [
                ""
            ],
            "js": [
                "content-script.bundle.js"
            ]
        }
    ]
}