Shopee Analyzer

Shopee Analyzer

This extension can help you view information and historical data trends of Shopee stores and their products.

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 Analyzer",
  "version": "1.0.2",
  "description": "This extension can help you view information and historical data trends of Shopee stores and their products.",
  "author": "ixspy",
  "icons": {
    "48": "source/img/source.png",
    "128": "source/img/source.png"
  },
  "action": {
    "default_icon": "source/img/source.png"
  },
  "permissions": [
    "storage",
    "downloads"
  ],
  "host_permissions": [
    "http://ali.com/*",
    "https://*.ixspy.com/*",
    "https://*.ixspy.cn/*",
    "https://ixspy.com/*",
    "https://user.ixspy.com/*",
    "https://shopee.com.br/*",
    "https://shopee.com.my/*",
    "https://shopee.co.id/*",
    "https://shopee.ph/*",
    "https://shopee.vn/*",
    "https://shopee.sg/*",
    "https://shopee.co.th/*",
    "https://xiapi.xiapibuy.com/*",
    "*://*.ixspy.com/*",
    "https://shopee.tw/*"
  ],
  "content_scripts": [
    {
      "exclude_matches": [],
      "matches": [
        "https://shopee.com.br/*",
        "https://cdn.ixspy.cn/*",
        "https://ixspy.com/*",
        "https://*.ixspy.cn/*",
        "https://shopee.co.id/*",
        "https://shopee.ph/*",
        "https://xiapi.xiapibuy.com/*",
        "https://shopee.tw/*",
        "https://shopee.vn/*",
        "https://shopee.sg/*",
        "https://shopee.co.th/*",
        "https://shopee.com.my/*"
      ],
      "js": [
        "js/common/jquery.js",
        "js/connect/connection.js",
        "js/appendDom.js",
        "js/common/echarts.min.js",
        "js/common/xlsx.full.min.js",
        "js/requestMiddle/request.js",
        "js/common/config.js",
        "js/appendDom/fb.js",
        "js/appendDom/my.js",
        "js/appendDom/product.js",
        "js/appendDom/store.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "source/img/*.gif",
        "source/img/*.png",
        "source/img/*.svg",
        "js/common/jquery.js",
        "js/font.js",
        "js/common/common_func.js",
        "css/ixspy_tools.css",
        "css/ixspy_font.css",
        "https://cdn.ixspy.cn/shopify/js/ads.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "default_locale": "en"
}