Shopee Data Scraper - Product, Sales

Shopee Data Scraper - Product, Sales

Shopee data scraper - Easy data extraction tools of product, price, sales rank, review

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Shopee Data Scraper - Product, Sales",
  "description": "Shopee data scraper - Easy data extraction tools of product, price, sales rank, review",
  "version": "5.8",
  "icons": {
    "48": "icon.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "functions.js",
        "gethtml.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ]
}