Commerce Scraper | Shopify Product Scrapper

Commerce Scraper | Shopify Product Scrapper

Scrap shopify store products in 1 click, developed by extremeapp.io

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Commerce Scraper | Shopify Product Scrapper",
  "description": "Scrap shopify store products in 1 click, developed by extremeapp.io",
  "version": "0.0.0.5",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "background",
    "cookies",
    "tabs"
  ],
  "host_permissions": [
    "https://shopifyscrapper.extremeapp.io/",
    "http://*/",
    "https://*/"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/get_started16.png",
      "32": "/images/get_started32.png",
      "48": "/images/get_started48.png",
      "128": "/images/get_started128.png"
    }
  },
  "icons": {
    "16": "/images/get_started16.png",
    "32": "/images/get_started32.png",
    "48": "/images/get_started48.png",
    "128": "/images/get_started128.png"
  },
  "options_page": "options.html"
}