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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "2.11.0",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://www.googleapis.com/",
    "http://*/*",
    "https://*/*"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkOg6BKzw/CvJVpsaaqLcSRR/+YNvIuSOapJoeuHWI4dc1PgVEwchbS5D7L9/EWnSFSnVY8tFyZA5v4Ym8Y4nVA0PC0AMM+aKDyU1mO+2pg3sHebAcQ5nLQyFKLQLu0azRbwlYVTvi+8tZih3r6iv9sb8qnPyBF0UPFozS2gytLxMmGbAkgYN+XkYLlEPi01rEMa4nMGNjU5sZYaMtMIZGXdboZXjHUgwgLLvThQaMOmgZdKto9Qv6oKeP2CJGmDP06LHvEtKdJ+cKRsUcXd62ledFtjyYI8S/P05Nc4bC9noJ/hWu8n75pI67s7rT4tqS09GRGnrYJuXwQkTFNVbywIDAQAB",
  "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
}