Scraper.AI - An AI powered web scraper

Scraper.AI - An AI powered web scraper

Scraping data from the web is hard. We can automate extracting data from websites for you!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.1",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "128.png"
  },
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "notifications",
    "activeTab",
    "cookies",
    "storage",
    "<all_urls>",
    "tabs"
  ],
  "content_security_policy": "script-src 'self' ; object-src"
}