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
官方網址 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"
            ]
        }
    ]
}