Free Web Scraper: Fast, Simple Web Scraping

Free Web Scraper: Fast, Simple Web Scraping

Blazing fast web scraping. Easily scrape any web page data into a spreadsheet table or CSV, for free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Free Web Scraper: Fast, Simple Web Scraping",
  "action": {},
  "manifest_version": 3,
  "version": "1.4.2",
  "description": "Blazing fast web scraping. Easily scrape any web page data into a spreadsheet table or CSV, for free.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "48": "images/icon_48.png",
    "96": "images/icon_96.png",
    "128": "images/icon_128.png"
  },
  "externally_connectable": {
    "matches": [
      "https://*.blaze.today/*",
      "https://blaze.today/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}