ShopsBu 店小生-东南亚供应链

ShopsBu 店小生-东南亚供应链

专注服务东南亚本土卖家

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ShopsBu 店小生-东南亚供应链",
  "description": "专注服务东南亚本土卖家",
  "version": "1.3.0",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_32.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon_16.png",
    "default_title": "ShopsBu 店小生-东南亚供应链",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "https://www.shopsbu.com/*"
  ],
  "web_accessible_resources": [
    "image/article.png",
    "icons/icon_32.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/*"
      ]
    }
  ]
}