虾皮贝分析(Tiktok shop 零成本创业)

虾皮贝分析(Tiktok shop 零成本创业)

永久免费提供虾皮选品数据参考,包括:产品上架日期,销售飙升情况等~关注微信公众号-店小生 不仅可有数据服务,还有东南亚当地现货分销货源,本土网上批发,特别适合TIKTOK SHOP卖家 0成本创业

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "虾皮贝分析(Tiktok shop 零成本创业)",
  "description": "永久免费提供虾皮选品数据参考,包括:产品上架日期,销售飙升情况等~关注微信公众号-店小生 不仅可有数据服务,还有东南亚当地现货分销货源,本土网上批发,特别适合TIKTOK SHOP卖家 0成本创业",
  "version": "1.6.4",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon_16.png",
    "default_title": "虾皮贝分析(Tiktok shop 零成本创业)",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "https://www.weanaly.com/*"
  ],
  "web_accessible_resources": [
    "image/article.png",
    "icons/icon_48.png"
  ],
  "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/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}