Web Scrape

Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!

What is Web Scrape?

Web Scrape is a Chrome extension developed by https://webscrape.me, and its main feature is "Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!".

Extension Screenshots

screenshot

Download Web Scrape Extension CRX File

Download Web Scrape extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Scrape the web with a single click!                    

Extension Basic Information

Name Web Scrape Web Scrape
ID impbblcbbkkccnijopkamgjodfjgnpje
Official URL https://chromewebstore.google.com/detail/web-scrape/impbblcbbkkccnijopkamgjodfjgnpje
Description Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!
File Size 285 KB
Installation Count 154
Current Version 0.0.0.4
Last Updated 2023-03-09
Publish Date 2023-02-17
Rating 5.00/5 Total 1 Ratings
Developer https://webscrape.me
Email [email protected]
Payment Type free
Help Page URL https://webscrape.me/support
Privacy Policy Page URL https://webscrape.me/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Scrape",
    "version": "0.0.0.4",
    "description": "Scrape the web with a single click! Turn unstructured data in processed data, ready for you spreadsheet!",
    "icons": {
        "16": "assets\/scraper_16.png",
        "48": "assets\/scraper_48.png",
        "128": "assets\/scraper_128.png"
    },
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                "content\/import-index.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "loading.gif"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/index.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "action": []
}