Shopee Data Analysis Assistant

Shopee Data Analysis Assistant

Shopee Product Selection and Data Analysis Plugin (xiapishuju.com)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.1.7",
  "default_locale": "zh_CN",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html"
  },
  "permissions": [
    "contextMenus",
    "cookies",
    "storage",
    "activeTab",
    "webNavigation",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "declarativeNetRequestWithHostAccess"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      },
      {
        "id": "ruleset_2",
        "enabled": true,
        "path": "rules2.json"
      }
    ]
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {},
  "content_scripts": [
    {
      "matches": [
        "*://xiapi.xiapibuy.com/*",
        "*://shopee.tw/*",
        "*://*.shopee.tw/*",
        "*://my.xiapibuy.com/*",
        "*://shopee.com.my/*",
        "*://*.shopee.com.my/*",
        "*://th.xiapibuy.com/*",
        "*://shopee.co.th/*",
        "*://*.shopee.co.th/*",
        "*://sg.xiapibuy.com/*",
        "*://shopee.sg/*",
        "*://*.shopee.sg/*",
        "*://ph.xiapibuy.com/*",
        "*://shopee.ph/*",
        "*://*.shopee.ph/*",
        "*://vn.xiapibuy.com/*",
        "*://shopee.vn/*",
        "*://*.shopee.vn/*",
        "*://br.xiapibuy.com/*",
        "*://shopee.com.br/*",
        "*://*.shopee.com.br/*",
        "*://mx.xiapibuy.com/*",
        "*://shopee.com.mx/*",
        "*://*.shopee.com.mx/*",
        "*://id.xiapibuy.com/*",
        "*://shopee.co.id/*",
        "*://*.shopee.co.id/*",
        "*://co.xiapibuy.com/*",
        "*://shopee.com.co/*",
        "*://*.shopee.com.co/*",
        "*://cl.xiapibuy.com/*",
        "*://shopee.cl/*",
        "*://*.shopee.cl/*",
        "*://shopee.cn/*",
        "*://*.shopee.cn/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "shopeeContentScript.js"
      ],
      "css": [
        "shopeeContentScript.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "js": [
        "unionContentScript.js"
      ],
      "css": [
        "unionContentScript.css"
      ]
    },
    {
      "matches": [
        "*://*.xiapishuju.com/*",
        "*://localhost/*"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "js": [
        "apiContentScript.js"
      ]
    },
    {
      "matches": [
        "*://item.taobao.com/*",
        "*://detail.tmall.com/*",
        "*://*.detail.tmall.com/*"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "js": [
        "taobaoContentScript.js"
      ]
    },
    {
      "matches": [
        "*://*.1688.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "alibabaContentScript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "shopee.js",
        "img/logo.svg"
      ],
      "matches": [
        "*://xiapi.xiapibuy.com/*",
        "*://shopee.tw/*",
        "*://*.shopee.tw/*",
        "*://my.xiapibuy.com/*",
        "*://shopee.com.my/*",
        "*://*.shopee.com.my/*",
        "*://th.xiapibuy.com/*",
        "*://shopee.co.th/*",
        "*://*.shopee.co.th/*",
        "*://sg.xiapibuy.com/*",
        "*://shopee.sg/*",
        "*://*.shopee.sg/*",
        "*://ph.xiapibuy.com/*",
        "*://shopee.ph/*",
        "*://*.shopee.ph/*",
        "*://vn.xiapibuy.com/*",
        "*://shopee.vn/*",
        "*://*.shopee.vn/*",
        "*://br.xiapibuy.com/*",
        "*://shopee.com.br/*",
        "*://*.shopee.com.br/*",
        "*://mx.xiapibuy.com/*",
        "*://shopee.com.mx/*",
        "*://*.shopee.com.mx/*",
        "*://id.xiapibuy.com/*",
        "*://shopee.co.id/*",
        "*://*.shopee.co.id/*",
        "*://shopee.cn/*",
        "*://*.shopee.cn/*",
        "*://co.xiapibuy.com/*",
        "*://shopee.com.co/*",
        "*://*.shopee.com.co/*",
        "*://cl.xiapibuy.com/*",
        "*://shopee.cl/*",
        "*://*.shopee.cl/*"
      ]
    },
    {
      "resources": [
        "union.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "unionTaobao.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}