Shopify Scraper - Shopify Store Scraper & spy

Shopify Scraper - Shopify Store Scraper & spy

A smart export tool for extracting product listings from Shopify stores to CSV/Excel with one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "version": "1.2.3",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtl9PLvoGDJ8Trf4TjNBSEZdMJyuzRfDsr74RJhMSrpq29WO+HlKPKSWTQMyuLJnKzm4XDx5QKcwPGlX2K0lH2bbYec2nFwYqH6vFV1jBFfKZAu6PLRBOOnbj5zi/MOY5fDRPSQcfkZxDFpXnHIVlkd1j7R6qbZdn8PDWBtSGPRaUvJY8uJLn0g7yALGiZX5tVBClKuI2kVSVc+rgv4+XoE4exU8iul9nMtrAhevfUAkHTTa14coIFnVF1aWcnNcLc90uv5uDeKisU0oE7kYoleDNlg8RYi+GBd15WlLEIEVPFutZldnZZ4x+QecHZkICBAqbeclx/HKIbCfgLTTXuQIDAQAB",
  "homepage_url": "https://chrome.google.com/webstore/detail/pehfmekejnhfofdjabaalbnanmpgjcdn",
  "manifest_version": 3,
  "oauth2": {
    "client_id": "350927244499-4itok8nl6nm0lrtlllmurgo5vdo1nlsk.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ],
    "web_client_id": "350927244499-2m0n8506ggmbunq07prd8sj970duvfp3.apps.googleusercontent.com"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "icons": {
    "16": "public/lib/images/logo_16.png",
    "32": "public/lib/images/logo_32.png",
    "48": "public/lib/images/logo_48.png",
    "128": "public/lib/images/logo_128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "identity"
  ],
  "host_permissions": [
    "*://*.inforld.com/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content_sc.js"
      ],
      "run_at": "document_end"
    }
  ]
}