Simplescraper — a fast and free web scraper

Simplescraper — a fast and free web scraper

A web scraper that's fast, free and simple to use. Scrape website data and table data in seconds

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Simplescraper — a fast and free web scraper",
  "short_name": "Simple scraper",
  "version": "1.23.4",
  "author": "SimpleScraper",
  "description": "A web scraper that's fast, free and simple to use. Scrape website data and table data in seconds",
  "content_security_policy": "script-src 'self' https://*.googletagmanager.com https://www.gstatic.com/ https://*.google-analytics.com https://*.crisp.chat https://*.firebaseio.com https://www.googleapis.com https://apis.google.com https://fonts.googleapis.com https://js.stripe.com 'sha256-uH5FPm0xdUBRYmyBpfUpAsM3zgJ3Nbk+ePVpeglh9Ng=' 'sha256-GAuKg/VdrIP3DVaKazRw6GEXg7OQiZCV0HW6JjcmjbE=' 'unsafe-eval'; object-src 'self'",
  "manifest_version": 2,
  "icons": {
    "16": "img/logo-16.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjnp9YEVojyoWEp3L0N+IzL9yjpTYe8S9xhtbBpyaJJqUJIGnzvcdyFxuYksXN6TJV8hLL+hvfVGNBVFagiCQCCWredrlwBRaTEj241Oqf8xriVe03pDHvvLgsV6WIm4lEkB6IujPDc/lTiE0MW8o2Je74r+ZCkHVAUpKJKhmW3Q+4Q18KC3nWHxU+f30qtT6tt14LiXTf1olINoxYoj5wau/zLLA4AmS1WeRt6q3GhQXfKZMDRv0IDRZba4qYsPx2+AiBJ8219uaTwq/vN5mHks9ayEbSoOltOSEw8v6EtZYrw62YC5meUcMZuRxeYsEdg8WAWUFb4iiaQQyE3tGpwIDAQAB",
  "web_accessible_resources": [
    "js/*",
    "css/*",
    "fonts/*",
    "img/*"
  ],
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "32": "img/logo-32.png",
      "48": "img/logo-48.png",
      "128": "img/logo-128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Launch Simplescraper"
  }
}