Shopee Data Scraper

Shopee Data Scraper

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": 2,
  "name": "Shopee Data Scraper",
  "description": "Shopee data scraper - easy data extraction tools of product, price, sales rank, review",
  "version": "1.0",
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "https://shopee.com/",
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  }
}