Shopee WeAnaly Tool

Shopee WeAnaly Tool

Shopee WeAnaly Tool - เครื่องมือวิเคราะห์การขายสำหรับผู้ค้าบน Shopee (ฟรี)

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 WeAnaly Tool",
  "version": "1.2.0",
  "description": "Shopee WeAnaly Tool - เครื่องมือวิเคราะห์การขายสำหรับผู้ค้าบน Shopee (ฟรี)",
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content_scripts/content-script.js"
      ],
      "css": [
        "content_scripts/content-script.css"
      ],
      "run_at": "document_start",
      "matches": [
        "https://shopee.co.id/*",
        "https://id.xiapibuy.com/*",
        "https://shopee.com.my/*",
        "https://my.xiapibuy.com/*",
        "https://shopee.co.th/*",
        "https://th.xiapibuy.com/*",
        "https://ph.xiapibuy.com/*",
        "https://shopee.ph/*",
        "https://sg.xiapibuy.com/*",
        "https://shopee.sg/*",
        "https://vn.xiapibuy.com/*",
        "https://shopee.vn/*",
        "https://xiapi.xiapibuy.com/*",
        "https://shopee.tw/*",
        "http://www.shopee.tw/*",
        "https://shopee.com.br/*",
        "https://br.xiapibuy.com/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "https://www.weanaly.com/*"
  ],
  "browser_action": {
    "default_icon": "icons/icon_16.png",
    "default_title": "Shopee WeAnaly Tool",
    "default_popup": "popup/popup.html"
  }
}