AnyPicker - A.I. powered No Code Web Scraper

AnyPicker - A.I. powered No Code Web Scraper

AnyPicker is a free web data scraper. Powered by A.I. pattern recognition engine, You can scrape any website with just a few clicks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "2.9.2",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://www.googleapis.com/",
    "http://*/*",
    "https://*/*"
  ],
  "oauth2": {
    "client_id": "551629333828-7cqst617mo87olg2t5tnpmfmrbr9ivlk.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/plus.login"
    ]
  },
  "action": {
    "default_title": "AnyPicker",
    "default_icon": {},
    "default_popup": "popup/index.html"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": false,
      "run_at": "document_start",
      "css": [
        "content/any_picker.css"
      ]
    }
  ],
  "background": {
    "service_worker": "background/background.bundle.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "externally_connectable": {
    "matches": [
      "https://app.anypicker.com/*",
      "http://localhost:4000/*"
    ]
  },
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}