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
Eメール [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"
            ]
        }
    ]
}